#Day37 Kubernetes Important interview answers1.What is Kubernetes and why it is important? Kubernetes also known as K8s or kube is an open source container orchestration platform that automates many of the manual processes involved in deploying, managing, and scaling containerized applications....Oct 27, 2023·8 min read
#Day32 : Launching your Kubernetes Cluster with DeploymentWhat is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate. You ...May 31, 2023·2 min read
#Day31 : Launching your First Kubernetes Cluster with Nginx runningHow Kubernetes makes deployment easier With Kubernetes, organizations can achieve increased efficiency and agility in their development and deployment processes, resulting in faster time to market and reduced operational costs. Kubernetes also provid...May 28, 2023·2 min read
#Day30 : Kubernetes Architecture #90DaysofDevOpsKubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become a standard to deploy and operate containerized applications and is one of the most important parts o...May 25, 2023·4 min read
#Day28 : Jenkins Agents #90DaysofDevOpsJenkins Master (Server) Jenkins’s server or master node holds all key configurations. Jenkins master server is like a control server that orchestrates all the workflow defined in the pipelines. For example, scheduling a job, monitoring the jobs, etc....May 24, 2023·3 min read
#Day26 and #Day27 Task: Jenkins Declarative PipelineOne of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins Some terms for your Knowledge What is Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarati...May 19, 2023·2 min read
#Day24 : Day 24 Task: Complete Jenkins CI/CD ProjectLet's make a beautiful CI/CD Pipeline for your Node JS Application 😍 Day 23 was all about Jenkins CI/CD, make sure you have done it and understanding the concepts. As we have worked with Docker and Docker compose, it will be good if we use it in a l...May 4, 2023·2 min read