Debug School

Nihal Shaik
Nihal Shaik

Posted on

Assignment#1

*What is CI? *

Continuous Integration is integration of Continuous code changes from multiple teams or developers to a centeralised system

What is continuous delivery?
It is an extension to the CI where all the code integration changes done along with build and ready for the release(The release we need to done manually).
**What is continuous deployment?

CD is the practice of automating all process(SDLC phases) up to deployment or release
What is Cloudbees?
The name cloudbees is a company name. This cloudbees software is used for CI/CD.It is an enterpised version to jenkins
What is Cloudbees CD RO ?
Platform used for both software deployment and orchestration
What is Cloudbees CD RO Architecture?
we can two types of architectures 1. is based on traditional way(using VM's)
2.Kubernetes

Top comments (0)