what is deployment during CI/CD

209 views

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?

In: 2

3 Answers

Anonymous 0 Comments

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.

You are viewing 1 out of 3 answers, click here to view all answers.