You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Step 2: Create a Dockerfile for the Python application and build codeBuild to create and push image into AWS ECR.
Create a CodeBuild project to connect with the repository and build the Image into AWS ECR and configure it to trigger a build each time there is a merge in the repo
Step 3: Create a service and deployment using Kubernetes configuration files to deploy the application.
Create a service and deployment yaml file
Apply configMap, secret, application deployment, application service into cluster