TERRAFORM WITH VARIABLES

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 Write a terraform script using AWS ec2 instance and Github and apply following kind of variables – Types of Terraform variable – Number Types of Terraform variable – String Types of Terraform variable – List Types of Terraform variable – Map Types of Terraform variable – Boolean

Read more

Get into Terraform

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 Write a comparison between Ansible Vs Docker Vs Terraform : Terraform Terraform focuses on infrastructure automation, and interprets a model described in Hashicorp Configuration Language. Terraform has Immutable infrastructure. Terraform Specializes in infrastructure provisioning. Terraform provides Lifecycle aware.  Maintains state of deployments. Ansible Ansible takes an imperative or procedural approach, which is familiar to

Read more

Jenkins in easy way

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 a fork of a project called Hudson, which was trademarked by Oracle. Jenkins development is now managed as an open source project under the governance of the CD Foundation, an organization within the Linux Foundation. Jenkins is an open source continuous integration or continuous delivery. Jenkins is a deployment

Read more

Learn Prometheus

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 Time Series database? Time series databases are simply measurements or events that are tracked, monitored, downsampled, and aggregated over time. This could be server metrics, application performance monitoring, network data, sensor data, events, clicks, trades in a market, and many other types of analytics data. How prometheus is good for time series

Read more

Selfnote of ANSIBLE PLAYBOOK –

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 Write a Ansible Playbook to create a group called “deploy” : Write a Ansible Playbook to create a user called “deploy-user” which is part of group called “deploy” and with /bin/bash shell : Write a Ansible Playbook to install package named “httpd” in RHEL/centos : Write a Ansible Playbook to start and enable the

Read more

Ansible Adhoc Commands Excercise –

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 Write a Ansible Adhoc Commands to create a group called “deploy : Write a Ansible Adhoc Commands to create a user called “deploy-user” which is part of group called “deploy” and with /bin/bash shell. Write a Ansible Adhoc commands install package named “httpd” in RHEL/centos. Write a Ansible Adhoc commands to start and enable

Read more

Learn 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? Services in Kubernetes nothing but load balancer. It is load balancer for POD. It enables a group of pods, which provide specific functions (web services, image processing, etc.) to be assigned a name and unique IP address (clusterIP). What is the types Services? ClusterIP. Exposes a service which is only

Read more

Learn POD within few minutes

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 application or service. POD contains one or more container in it. As long as POD is in running state all containers in it will ne in running state. Types of POD : Single container PODs & Multiple container PODs What POD contains? POD contains one or more containers

Read more

Easy way to know 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 Introduction : Kubernetes actually made by google after some ages it is donated to CNCF in 2014 as a open source. It’s DNA matches with Borg & Omega. It is also called as K8. What is Kubernetes ? kubernetes is a container orchestrator. It handles multiple nodes, multiple virtual machine, multiple physical machine. It

Read more