This directory contains some image which are used in our Controller and Operator examples.
They are also available directly via Docker Hub.
-
k8spatterns/kubeapi-proxy is an alpine Linux with a local
kubectl
installed andkubectl proxy
started with the proper CA and token mounted. The original version kubectl-proxy is from Marko Lukša who introduced this proxy in his fine book Kubernetes in Action. -
k8spatterns/curl-jq which is an alpine Image with curl and jq added.
-
k8spatterns/mini-http-server is a super simple HTTP server based on
nc
which just answers each HTTP request with the same message provided by an environment variableMESSAGE
. This is for demo purposes only, of course.