devops-exercises/topics/pipeline_deploy_image_to_k8.md
abregman 99c4e02ecf Rename exercises dir
Name it instead "topics" so it won't be
strange if some topics included "exercises" directory.
2022-08-02 01:53:56 +03:00

4 lines
216 B
Markdown

## Build & Publish Docker Images to Kubernetes Cluster
Write a pipeline, on any CI/CD system you prefer, that will build am image out of a given Dockerfile and will publish that image to running Kubernetes cluster.