Assignment # 1 – Chef Intro

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 Chef? Chef is an automation tool . chef uses pure ruby, domain specific language for writing system configuration . It transform infrastructure in to code to a automate server deployment. Advantage of Chef? faster deployment Risk management Manage cloud as well as data center High scability Easy integration How to install Chef

Read more

Assignment # 2 – OpenShift intro

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 Openshift? Openshift is a cloud development platform as a service(paas) developed by red hat. user friendly platform and helps to develop and self service platform to create , modify, and deploy applications. A hybrid cloud platform and manage container based applications and enabling faster development.

Read more

Day 4

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 1.What is terraform? It is an open source infrastructure as code software tool. this helps to manage the application infrastructure -programming 2.One example terraform program resource “github_repository” “sample” {name = “example” description = “code” visibility=”public”} 3.List of 5 terraform commands and its use terraform init —- initialize a working directory terraform plan—show changes required and

Read more

Day 3

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 kubernetes? Open source platform used for managing and maintaining and deploying a group of containers. used to manage multiple docker host that is container. Designed by google but it is maintained by the cloud native computing foundation . 5 reasons of using kubernetes Scalability and portable high availability can run in any

Read more

Day 2 Docker

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 1..Docker allows user to create , deploy and run applications managing software packages called containers It allows to break down application into small services. It is an open platform for developing, and running applications. 2…containers fully independent APP Run time environment create – start – stop – restart – kill – start – pause

Read more

DevOps

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 1…Combination of Development and Operations teams work together across the whole software application life cycle designed to deliver applications and services faster than before traditional software development process. A Continuous Loop flow -feedback-continuous learning 2…..Advantages 1.Faster Feedback 2. Faster Development 3.workflow within organization is fast 4.team works effectively 5.High Availability 6.Better customer satisfaction 7.Delivers

Read more