Author: Santosh Pandre

Jenkins Continuous Integration (CI) Continuous Delivery and Deployment (CD)

Reading Time: 3 minutes Introduction To Jenkins Jenkins is an open-source Continuous Integration, cross-platform tool written in Java. Kohsuke Kawaguchi is the Creator of the Jenkins CI server in 2004, named as Hudson. In 2011 renamed to Jenkins of disputes with Oracle. The tool simplifies the process of integration of changes into the project and delivery of fresh build to users. 1 Continuous Integration (CI) Continuous Integration (CI) is the Continue Reading

Kubernetes orchestration engine and objects

Reading Time: 4 minutes What is Kubernetes? Kubernetes is an orchestration engine and open-source platform for managing containerized applications. kubernetes include container deployment, scaling & descaling of containers First google company was introduced kubernetes for their deployment prospective later they Donated kubernetes to CNCF (Cloud native computing foundation) in 2014.Kubernetes v1.0 was released on July 21, 2015. Features of Kubernetes: 1.) Automated Scheduling: K8s provides advanced scheduler to launch Continue Reading