INTRODUCTION TO AMAZON EKS
-
All the deployment and service files used in the blog are available under the kubernetes folder.
-
Terraform folder contains the terraform equivalents of the cloudformation scripts which are provided by AWS and referred in the blog.
-
Docker image for the testapp can be generated by following the below mentioned steps:
- Build the binary: go build app.go
- Build the docker image using the Dockerfile: sudo docker build .