Skip to content

Sample Kubernetes service used in the EKS Workshop CI/CD CodePipeline module

Notifications You must be signed in to change notification settings

vikramelango/eks-workshop-sample-api-service-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boston-flask-k8s deployment

A sample Kubernetes service used in the demo CI/CD Pipeline module.

The Dockerfile is a build that compiles the flask application and then packages it in a minimal image that pulls from python3.6

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 hello-k8s.yml file, you will find sample boston flask deployment specification

About

Sample Kubernetes service used in the EKS Workshop CI/CD CodePipeline module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 64.9%
  • Dockerfile 35.1%