Intro to Jenkins

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is jenkins? Jenkins is an open source automation server. Jenkins achieves Continuous Integration with the help of plugins. With Jenkins, organizations can accelerate the software development process through automation. Jenkins integrates development life-cycle processes of all kinds, including build, document, test, package, stage, deploy, static analysis, and much more. It also allows you

Read more

About Services in – Kubernetes

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is a Service? Ans:  Also define as policies for their access A label selector that locates pods The clusterIP IP address and assigned port number Optional mapping of incoming ports to a targetPort What is the types Services? Ans: ClusterIP. Exposes a service which is only accessible from within the cluster. NodePort. Exposes

Read more

Assignment #2: Comparing Languages

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Diff between Compiled Language Vs Interpreted Language Vs Declarative Language? Ans: Compiled Language Interpreted Language Declarative Language -translators that generate machine code from source code -step-by-step executors of source code, where no pre-runtime translation takes place -a program specifies what is to be done rather than how to do it 2. Example of Declarative

Read more

Assignment #1: Let’s have a look at the kubernetes Pods

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now What is POD? Pod is a single instance of the running process Pod contains one or more container 2. Types of PODS? Ans: There are two types of Pods − Single container pod Multi container pod 3. What POD contains? Pods contain shared networking and storage resources Network:  Pods have unique IP addresses.  Pod containers share the

Read more

My First Thought on – Kubernetes

Limited Time Offer! For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly. Master DevOps, SRE, DevSecOps Skills! Enroll Now Define What is Kubernetes with Image? Ans: Kubernetes is an extensible, portable, and open-source platform. It is mainly used to automate the deployment, scaling, and operations of the container-based applications across the cluster of nodes. Nowadays, many cloud services offer a Kubernetes-based infrastructure on which it can be deployed as the platform-providing service. This technique

Read more