terraform script with veriables

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 code for creating ec2 instance and git repo git repo using string variable git repo creating using list variable

Read more

Terraform comparison and example code

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 Docker vs Ansible vs Terraform Docker is particularly a container technology while Ansible are tools for configuration management. Terraform, created by HashiCorp, provides a syntax to define infrastructure and services that can be hosted either on premises or in the cloud ansible and terraform both are opensource.  When it comes to Ansible, it’s very

Read more

Jenkins an overview

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 jenkins is an open-source automation tool it is an continues integration tool. It lets you execute a series of actions to achieve the continuous integration process. it can perform automatically the build and test and gives immediate feedback  making it easier for users to obtain a fresh build. jenkins can integrate every devops tools such

Read more

Time series data & 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 time series data base sequence of data points collected at regular intervals over a period of time how prometheus good for time series metrics Prometheus fundamentally stores all data as time series: streams of timestamped values belonging to the same metric and the same set of labeled dimensions components of prometheus prometheus server client libraries push gateway exporters

Read more

Ansible playbook 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 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 service named “httpd”

Read more

Ansible Adhoc commands

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 Ansible Adhoc commands for create an 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 the service named

Read more

services(kubernet)

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? An abstract way to expose an application running on a set of Pods as a network service. With Kubernetes you don’t need to modify your application to use an unfamiliar service discovery mechanism. Kubernetes gives Pods their own IP addresses and a single DNS name for a set of Pods, and can

Read more

Declarative language -overview

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 Difference between Compiled , Interpreted vs declarative Language compiled language :-implementations are typically compilers and not interpreters. eg: java,c,c++ Interpreter language :- execute instructions directly and freely without compilation. eg: python declarative language :- program specifies what is to be done rather than how to do it. expresses logic of a computation Example of Declarative language

Read more

PODS In Kubernets

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 and what is POD contain? atomic units of scheduling pods contain one or more containers all containers in pod shares the same pod environment. pod is running, containers in pod also running POD lifecycle pending -> running -> succeeded/failed type of PODS basically two types single container pod multiple container pod

Read more

kubernet with in 5 mintus

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 kubernetes is a open source container orchestration,for container scalability and workload placement,desired stare Why Kubernetes for overcomes some challenges *we can start starting to view data center as a computer *containers scalability challenge Kubernetes Architecuture master: *kubernet control plane *high availability(one master goes down other will came) api server *front end

Read more