on GCP Cloud Run
Deploy the Permit.io policy decision point (PDP) to Google Cloud Run with a service YAML file and the gcloud CLI, or in the Cloud Run console, and verify it is healthy.
on AWS-ECS-Fargate
Run the Permit.io policy decision point (PDP) container as an Amazon ECS service on AWS Fargate, check that it is healthy, and connect your application to it.
on Helm
Install the Permit.io policy decision point (PDP) on a Kubernetes cluster with the official Helm chart, verify it is healthy, and connect your services to it.
on Kubernetes (Raw Yamls)
Deploy the Permit.io policy decision point (PDP) on Kubernetes with plain YAML manifests, configure its health probes, and connect your services to it.
on Pulumi
Use a Pulumi Python program to install the Permit.io policy decision point (PDP) Helm chart on a Kubernetes cluster from the Permit deployment examples repository.
on Terraform
Use Terraform and the Helm provider to install the Permit.io policy decision point (PDP) on a Kubernetes cluster from the Permit deployment examples repository.