AI assisted DevOpsIn my opinion, AI will not replace current DevOps scenarios. It can assist by improving scripts and enhancing the approach to resolving issues, but there will always be a need for human intervention to identify and determine the best possible solutio...Jun 8, 2025·3 min read
Shell Scripting Challenge: Day 01Task 1: Comments In bash scripts, comments are used to add explanatory notes or disable certain lines of code. Your task is to create a bash script with comments explaining what the script does. Task 2: Echo The echo command is used to display messa...Aug 1, 2023·2 min read
DevOps(Day-90): Ending the ChallengeWe have completed the 9odaysofdevops challenge where we learnt many tools and resources have a direct connection to Cloud and DevOps technological area. Let's go on a flashback of what we learnt in these three months. Flashback The tools that we lear...Jun 23, 2023·5 min read
DevOps(Day-89): Project-9Project description The project is about provisioning the AWS EKS cluster using HCL scripting. Along with this all the required dependent resources like VPC, Subnet, Route table, IAM policies, etc, are to be spun up using Terraform. Terraform is an o...Jun 23, 2023·3 min read
DevOps(Day-88): Argo CDChallenges with CD into Kubernetes? Tools installation and management: Requires installing and managing tools like "Kubectl" and "Helm." Accessing Kubernetes Clusters: Configuring access management and sharing credentials for authorization to Kuber...Jun 21, 2023·4 min read
DevOps(Day-87): Project-8Project Description The project involves deploying a Django Todo app on AWS EC2 using the Kubeadm Kubernetes cluster. Kubernetes Cluster helps in the Auto-scaling and Auto-healing of your application. Pre-requisites Create two servers with t2.medium...Jun 20, 2023·2 min read
DevOps(Day-86): Project-7Project Description The project involves deploying a Portfolio app on AWS S3 using GitHub Actions. Git Hub actions allow you to perform CICD with GitHub Repository integrated. Pre-requisites Create an EC2 instance. Create an S3 bucket. Create an I...Jun 19, 2023·2 min read