Skip to content

melisacar/k8s-permify-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy an App Using K8s

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.

🔑 Prerequisites

  1. AWS Account: An active AWS account with sufficient permissions.
  2. Terraform: Installed and configured.
  3. kubectl: Installed and configured for interacting with the Kubernetes cluster.
  4. AWS CLI: Installed and configured.
  5. Docker: Installed for building and running containers.
  6. Permify Docker Image: We use the permify/permify:latest image for the Permify service.

Steps to Deploy

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published