Skip to content

errge/kubernetes-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes challenge

Deploy this application to Minikube and customise the environment variable to display your name.

$ curl $(minikube ip)
Hello Dan!

Instructions

  • Fork this repo
  • Build the Docker image
  • Write yaml files for a deployment, service, ingress and configmap
  • Deploy your application to Minikube
  • You should be able to curl Minikube's ip and retrieve the string Hello {yourname}!
  • Commit your files to Github

Notes

There's no need to push the Docker image to a Docker registry. You should be able to build and use the image from within Minikube.

You can expose Minikube's Docker daemon with:

$ eval (minkube docker-env)

About

Kubernetes challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.2%
  • Shell 42.8%
  • Dockerfile 12.0%