What is CI?
Ans: CI is a continuos integration. As soon as developer commits the code pipeline triggers automatically to build, test and creates the artifact.What is continuous delivery?
Ans: Continous delivery is a process where the artifacts in a release and ready to deploy on to target environment.What is continuous deployment?
Ans: In CD, artifacts are deployed to the target environment.What is Cloudbees?
Ans: Cloudbees is a organization and which builds the enterprise grade tools for CI, CD/RO.What is CD/RO?
Ans: CD/RO is a release and deployment orchestration tool, which will be used to deploy the packages on to VM, Kubernetes and it consists of core, web, agent and analytics components.Cloudbees CR/RO architecture?
Ans: In traditional approach, all the CD/RO components can be deployed into a single server or can have a distributed architecture where each component can be deployed on to a each server.
In Modern approah, CD/RO can be deployed on to a Kubernetes clsuter.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)