I have to do a presentation on cicd for some non-dev colleagues and have a hard time breaking down some concepts for them. How do I explain what deploying an image to kubernetes means in a simple way?
Deployment is installing(on a target) and starting the application.
Thats basically it. This can look super complex in practice or it can be super easy. Deploying a website can be just copy pasting the HTML files to a webserver.
Latest Answers