Decoding the Battle: Kubernetes vs. Serverless -- Which Reigns Supreme for Your Application?Jul 14, 2023·3 min read
Kubernetes Cluster setup using Kubeadm on CentOS 7Kubernetes Overview: Open-source platform for container orchestration. Automates deployment, scaling, and management of containerized applications. Key Features: Streamlines cluster orchestration, optimizing resource utilization. Enables seaml...Nov 30, 2023·3 min read
What is Terraform?Infrastructure as a code What is Terraform? Terraform is an infrastructure as code (IaC) tool for building, changing, and versioning infrastructure safely and efficiently. It uses a domain-specific language (DSL) to define infrastructure as code ...Jun 1, 2023·4 min read
Host a static website using AWS S3 bucket.Project Description The project involves hosting a static website using an AWS S3 bucket. Amazon S3 is an object storage service that provides a simple web services interface to store and retrieve any amount of data. The website files will be uploade...May 10, 2023·2 min read
Deploying web app using Jenkins CI/CD declarative pipeline.The project is about automating the deployment process of a web application using Jenkins and its declarative syntax. The pipeline includes stages like building, testing, and deploying to a staging environment. It also includes running acceptance tes...May 4, 2023·2 min read
Project using Jenkins CI/CD with GitHub integrationProject Description The project aims to automate the building, testing, and deployment process of a web application using Jenkins and GitHub. The Jenkins pipeline will be triggered automatically by GitHub webhook integration when changes are made to ...May 2, 2023·3 min read
Task: Basic Linux Shell Scripting for DevOps EngineersDAY-4 TASKS 1 - Explain in your own words and examples, what is Shell Scripting for DevOps. The shell script is a computer program designed to be run by the Unix/Linux shell. Shell Script is a series of commands. A shell script can be used to prepa...Mar 15, 2023·1 min read
Day-3 Task: Basic Linux CommandsTASK: What is the Linux Command to 1. To view what's written in a file. - We can use the “cat” command to view what is written in the file 2. To change the access permissions of files. - For this, we can use the “chmod” command. To check ...Mar 15, 2023·2 min read