DevOps Classroom notes 07/Feb/2026

Helm contd Lets take a yaml file and create a helm package. Refer Here for manifest Create a helm chart for this Refer Here Refer Here for aks store and Refer Here for changes done.

Published
Categorized as Uncategorized Tagged

DevOps Classroom notes 05/Feb/2026

Ansible Playbooks Ansible Playbook is a declarative way of expressing the tasks to be done on the nodes. It is expressed in yaml Playbook is collect of play’s Each Play will have hosts: where to execute tasks: Each task is achieved by module roles: become: this applies to play or task which means do we… Continue reading DevOps Classroom notes 05/Feb/2026

Published
Categorized as Uncategorized Tagged

DevOps Classroom notes 04/Feb/2026

YAML Ansible works in two ways adhoc commands: for each module construct a ansible command playbook: A declartive approach written in a yaml file. YAML is a data description format built on following principles Name-value or key-value pairs indentation (inspired from python) YAML is a format used by both applications and humans Since we deal… Continue reading DevOps Classroom notes 04/Feb/2026

Published
Categorized as Uncategorized Tagged

DevOps Classroom notes 03/Feb/2026

Ways of Working – Ansible Ensure you have list of all the steps (commands) which are working. Take each command find equivelent module in Ansible Write a playbook (yaml) where we list the modules in a specific structure. Summary We need to know the playbook format i.e. YAML Expressing modules in YAML form Finding equivelent… Continue reading DevOps Classroom notes 03/Feb/2026

Published
Categorized as Uncategorized Tagged

DevOps Classroom notes 02/Feb/2026

Setup a Website in Nginx We would need a linux server and webserver and some website Linux Servers: Ubuntu 24.04 WebServer: Nginx Website: Refer Here Steps: Create a linux vm (Azure/AWS/GCP) Installing nginx You are a linux expert, Give me step by step commands to install nginx on ubuntu 24.04 sudo apt update sudo apt… Continue reading DevOps Classroom notes 02/Feb/2026

Published
Categorized as Uncategorized Tagged

DevOps Classroom notes 01/Feb/2026

Helm contd Lets write a yaml file to have a deployment and a load balancer Refer Here for helm chart Exercise: Write a simple helm chart in killer code to deploy a pod Lets create two versions of service one with node port other with loadbalancer Load Balancer service — apiVersion: v1 kind: Service metadata:… Continue reading DevOps Classroom notes 01/Feb/2026

Published
Categorized as Uncategorized Tagged

DevOps Classroom notes 01/Feb/2026

Ansible set up – Key Based on AWS In AWS after creating ec2 instance enable password authentication change PasswordAuthentication to yes reload dameon and restart ssh create a user and make this user sudo user now create a key pair on acn and copy that to node(s) Install Ansible and we can use key based… Continue reading DevOps Classroom notes 01/Feb/2026

Published
Categorized as Uncategorized Tagged

DevOps Classroom notes 31/Jan/2026

Helm Helm uses templating to make k8s yaml’s dynamic which help in Environment specific configurations adopting new changes in CI/CD Using Helm we can maintain releases Helm is considered as a package manager for k8s. Helm uses Go Templating Format for injecting values into yaml files. To use Helm, we need two softwares on client… Continue reading DevOps Classroom notes 31/Jan/2026

Published
Categorized as Uncategorized Tagged

DevOps Classroom notes 29/Jan/2026

Lets Setup Ansible with password based For this lets use ubuntu 24.04 distribution Create a node for ansible installation (acn) ensure python is installed python3 –version Lets install ansible on ubuntu 24.04 sudo apt update sudo apt install software-properties-common sudo add-apt-repository –yes –update ppa:ansible/ansible sudo apt install ansible -y ansible –version Now create a inventory… Continue reading DevOps Classroom notes 29/Jan/2026

Published
Categorized as Uncategorized Tagged

DevOps Classroom notes 28/Jan/2026

Password Based SSH connectivity between two linux machines For this lab exercise i will be using Azure Account to create virtual machines We have create two ubuntu linux instances (node-1, node-2) From a client execute ssh username@ip-or-name and enter credentials On node 1 and node 2 lets create a new user called as myuser sudo… Continue reading DevOps Classroom notes 28/Jan/2026

Published
Categorized as Uncategorized Tagged
Please turn AdBlock off
Social Media Icons Powered by Acurax Web Design Company
Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube