Deploy a "hello-world" docker image to Amazon Elastic Container Service for Kubernetes (eks).
4.3K
Deploy a "hello-world" docker image to Amazon Elastic Container Service for Kubernetes (eks).
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
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...
Content type
Image
Digest
sha256:780edd88d…
Size
7.2 MB
Last updated
over 3 years ago
docker pull jeffdecola/hello-go-deploy-amazon-eks