TERRAFORM CLOUD

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: ANSIBLE DOCKER TERRAFORM Uses python Run on programming Config management tool Ansible is an excellent useful tool for front-end developers, particularly in situations where some programming is required. Docker has multi-components. focuses on infrastructure automation, and interprets a model described in Hashicorp Configuration Language (HCL).

Read more

JENKINS-AUTOMATION SERVER

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 an open-source automation tool written in Java with plugins built for Continuous Integration purposes. Used to build and test your software projects continuously making it easier for developers to integrate changes to the project, and making it easier for users to obtain a fresh build. Allows you to continuously

Read more

PEEK INTO THE PROMETHEUS – A MONITORING TOOL

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? A time series database is a software system that is optimized for storing and serving time series through associated pairs of time and value. In some fields, time series may be called profiles, curves, traces or trends. How prometheus is good for time series metrix? Prometheus is a very good tool for

Read more

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

Read more

Ansible 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“ 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. Write a Ansible Adhoc commands install package named “httpd” in RHEL/centos. Program 4 – Write

Read more

SERVICE-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? 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. Types of Services in Kubernetes: cluster IP nodeport load balancer external name What is the use of service in Kubernetes?

Read more

PODS – Atomic unit on the Kubernetes Platform

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? A pod is the smallest execution unit in Kubernetes. A pod encapsulates one or more applications. Pods are ephemeral by nature, if a pod (or the node it executes on) fails, Kubernetes can automatically create a new replica of that pod to continue operations. Types of pods: Single container and multiple container. What does POD contain? Pods also contain shared networking and storage resources for their containers-

Read more

Computer science and its programming 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 Compiled vs Interpreted Language vs Declarative lang In computer science, declarative programming is a programming paradigm—a style of building the structure and elements of computer programs. Example of Declarative Lang:  “Hm. I notice you forgot something.” Or “I wonder if there’s something you need for school today.” In this example, declarative language reframes the prompt, inviting the individual to

Read more

Kubernetes meeting the future of Computing.

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 portable, extensible, open-source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available. Kubernetes marks a breakthrough for devops because it allows teams to keep pace with the requirements of

Read more