Skip to content

Commit 4223767

Browse files
authored
Update README.adoc
1 parent c0b87f9 commit 4223767

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

advanced/Controller/README.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ The controller script itself is stored in a `ConfigMap` and can be easily edited
2424
kubectl create configmap expose-controller-script --from-file=./expose-controller.sh
2525
```
2626

27-
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:
2828

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)
3131
3232
To create this deployment just call:
3333

0 commit comments

Comments
 (0)