Artifactory Assignment

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 are the Top maven goals we have? compiler:compile – the compile goal from the compiler plugin is bound to the compile phase compiler:testCompile is bound to the test-compile phase surefire:test is bound to test phase install:install is bound to install phase jar:jar and war:war is bound to package phase What are the Ports being used in Artifactory and why? Create a table and describe it. External Network Port 80818082 ( for Web Access ) Internal

Read more

Swetha- Kubernetes Assignment

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 ReplicaSets ? A ReplicaSets is a bug fixed version of replica controller and it’s purpose is to maintain a stable set of replica Pods running at any given time. Working with ReplicaSets with example : A ReplicaSet is defined with fields, including a selector that specifies how to identify Pods it can

Read more

Swetha – Kubernetes Architecture

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 are the 10 features of kubernetes ? container orchestrator Workload placement Maintains desired state Self-healing Automated rollbacks Auto scaling Load balancing Speed of deployment Ability to absorb change quickly Hide complexity in the cluster How Kubernetes works ? Kubernetes are comprised of master and multiple nodes where Master is In-charge of cluster which

Read more

Swetha – Docker Lab Assignment

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 Install Docker Engine in Centos#1 Vm. Verify docker installation Assignment#1 Create Ubuntu Container Attaching to the container and Install Update, git & apache2 in ubuntu container Run git command in container from outside Assignment#2 Create a httpd container exposed at 8080 port Access(curl) container from node Assignment#3 Create an image with base – centos

Read more