devops-exercises/exercises/pipeline_deploy_image_to_k8.md
2021-06-27 05:28:58 +03:00

216 B

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.