You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the controlled a `Deployment` creates a pod with two containers:
27
+
In order to deploy the conrolller a `Deployment` creates a pod with two containers:
28
28
29
-
* One Kubernetes API proxy which exposes the API on localhost with port 8001
30
-
* The main container which executes the script from the configmap. It is based on a single Alpine base image with https://curl.haxx.se/[curl] and https://stedolan.github.io/jq/[jq] included.
29
+
* One Kubernetes API proxy which exposes the Kubernetes API on localhost with port 8001. The image for `k8spatterns/kubeapi-proxy` is defined in this [Dockerfile](kubeapi-proxy/Dockerfile)
30
+
* The main container which executes the script from the configmap. It is based on a single Alpine base image with https://curl.haxx.se/[curl] and https://stedolan.github.io/jq/[jq] included. The Dockerfile for this image `k8spattern/curl-jq` can be found [here](curl-jq/Dockerfile)
0 commit comments