devops-exercises/topics/pipeline_deploy_image_to_k8.md

4 lines
216 B
Markdown
Raw Normal View History

2021-06-27 04:28:58 +02:00
## 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.