Sign inSign up

jeffdecola/hello-go-deploy-amazon-eks

By jeffdecola

•Updated over 3 years ago

Deploy a "hello-world" docker image to Amazon Elastic Container Service for Kubernetes (eks).

Image
0

4.3K

jeffdecola/hello-go-deploy-amazon-eks repository overview

⁠HELLO GO DEPLOY AMAZON EKS

Tag Latest Go Reference Go Report Card codeclimate Maintainability codeclimate Issue Count Docker Pulls MIT License jeffdecola.com

Deploy a "hello-world" docker image to Amazon Elastic Container Service for Kubernetes (eks).

GitHub Repo⁠

Dockerfile⁠

⁠USEFUL COMMANDS

To run on your machine, I suggest,

docker run --name hello-go-deploy-amazon-eks -dit jeffdecola/hello-go-deploy-amazon-eks

To see the output,

docker logs hello-go-deploy-amazon-eks

To bash shell in the container,

docker exec -i -t hello-go-deploy-amazon-eks /bin/bash

⁠OUTPUT

Written in go, every 2 seconds hello-go will print:

Hello everyone, count is: 1
Hello everyone, count is: 2
Hello everyone, count is: 3
etc...

Tag summary

Content type

Image

Digest

sha256:780edd88d…

Size

7.2 MB

Last updated

over 3 years ago

docker pull jeffdecola/hello-go-deploy-amazon-eks