baturayozcan / amazon-eks-devsecops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Amazon EKS - CodePipeline

A sample Go application using the AWS Code Pipeline

The buildspec.yml file is used by the AWS CodeBuild stage. In this file, it pulls down kubectl, builds the container image, pushes the image to Amazon ECR and then deploys the change to the Amazon EKS Cluster.

In the devsecops.yml file, you will find the Kubernetes service and deployment definitions. The service is configured with a LoadBalancer which prompts Kubernetes to launch an external load balancer using an AWS ELB.

Instructions

  • Generate a GitHub token to use in CloudFormation. here

About


Languages

Language:PHP 75.9%Language:Dockerfile 24.1%