This repository demonstrates how to deploy the Permify application using Kubernetes on an AWS EKS (Elastic Kubernetes Service) cluster. The infrastructure is managed using Terraform, and the application is exposed via a LoadBalancer service.
- AWS Account: An active AWS account with sufficient permissions.
- Terraform: Installed and configured.
- kubectl: Installed and configured for interacting with the Kubernetes cluster.
- AWS CLI: Installed and configured.
- Docker: Installed for building and running containers.
- Permify Docker Image: We use the
permify/permify:latest
image for the Permify service.
First, you'll need to deploy the infrastructure using Terraform. This step involves creating an EKS cluster and the necessary resources.
- Clone the repository:
git clone https://github.com/melisacar/terraform-k8s.git
cd terraform-k8s
- Initialize Terraform: