module in 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 2 Module in Terraform. One Local Module, Second remote module. – Local Module Spec – in Ubuntu – Setup a webserver – Remote module – Setup VPC

Read more

Terraform script for ubuntu ec2 and following

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 ubuntu ec2-instance and copy a ansible playbook, install ansible and run it:::. Step 1 – Create ec2-instance with key and group Step 2 – COpy playbook using file prov* Step 3 – Install Ansible using remote prov* Step 4 – RUn Ansinle playbook command using remote prv*

Read more

terraform variable script

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 – 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

terraform script and some differences b/w docker,ansible

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 comparison between Ansible Vs Docker Vs Terraform:: what is Ansible? Ansible is an open-source automation engine that helps in DevOps and comes to the rescue to improve your technological environment’s scalability, consistency, and reliability. It is mainly used for rigorous IT tasks such as configuration management, application deployment, intraservice orchestration, and provisioning What is

Read more

key points in 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 a free and open source automation server. It helps automate the parts of software development related to building, testing, and deploying it will support facilitating continuous integration and continuous delivery Jenkins can be installed through native system packages, Docker even run standalone by any machine with a Java Runtime Environment (JRE) installed  It supports version control tools, including AccuRev, CVS, Subversion, Git, Mercurial, Perforce, ClearCase and RTC It can execute Apache Ant, Apache

Read more

Quick notes for 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

Read more

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 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 Program 1 – Write a Ansible Adhoc Commands to create a group called “deploy How to verify?$ more /etc/group | grep deploy ansible localhost -m ansible.builtin.group -a”name=deploy state=present” Program 2 – Write a Ansible Adhoc Commands to create a user called “deploy-user” which is part of group called “deploy” and with /bin/bash shell. How

Read more

Services available 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 service :: A Kubernetes service is a logical abstraction for a deployed group of pods in a cluster On the other hand, a service is responsible for exposing an interface to those pods, which enables network access from either within the cluster or between external processes and the service. types of services offered:: ClusterIP. Exposes a

Read more

About Declarative language

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 Lang Vs Interpreted Lang Vs Declarative Lang:: compile lang:: A compiled language is a programming language whose implementations are typically compilers like c, c++,ALGOL,BASIC interpreter lang::  interpreter is a computer programming  that directly executes instructions written in a programming and scripting Declarative lang:: In computer science, declarative programming is a programming paradigm—a style of building the structure and elements of

Read more

complete details about pod

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:: Pods are used in Kubernetes. pods contain one or more container, such as Docker containers. When a Pod runs multiple containers, if one container got stopped working whole pod will not be accessable Types of PODS::pod has two types which run on single container and multiple container What POD contains:: pod contains

Read more

KUBERNETES for Beginners:

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 platform where all the containers will be managed,where it perform auto- scaling,managing work loads,in short it is called as k8,it is written in go lang/go, it is available at github.com, it has master node and worker node IMAGE :: Why Kubernetes:: In real time need not to

Read more