🏃‍♂️Continuous Deployment with EKS

In this part of the project, we are focusing on continuous deployment using (Elastic Kubernetes service). For this, Firstly we have to.

  1. create a service account for EKS

  2. Create Role

  3. Bind the role to the service account

  4. Generate a token using a service account in the namespace

Last updated