what is deployment during CI/CD

207 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

The new version of the application that was built, validated, tested during the succession of steps that composed the pipeline will now be installed and usable by users.

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.

Anonymous 0 Comments

If you’re giving the presentation, aren’t you supposed to understand it?