Secure GitHub Actions on GCP Using Workload Identity FederationModern CI/CD pipelines often need to deploy or interact with cloud resources securely. Traditionally, authentication was handled by exporting long-lived service account keys and storing them in GitHub secrets. However, this method introduces risk — k...Jan 14, 2026·4 min read
Day 19 :- Docker for DevOps Engineer.Title: Mastering Docker Compose: Orchestrating Multi-Container Applications with Efficient Data Sharing Introduction: Containerization has revolutionized the way software applications are developed, deployed, and managed. Docker, one of the leading c...Mar 5, 2024·4 min read
Day 18 :- Docker for DevOps Engineers.Title: Mastering Docker with Docker Compose and Container Management In the world of software development and deployment, efficiency, scalability, and portability are paramount. Docker, a leading containerization platform, has revolutionized the way ...Feb 28, 2024·2 min read
Day 17 : Docker Project for DevOps Engineers.Title: Simplifying Deployment with Docker: A Beginner's Guide In today's fast-paced world of software development, deploying applications efficiently and reliably is paramount. Traditional deployment methods often involve complex setup processes and ...Feb 27, 2024·3 min read
Day 16 :- Docker for DevOps Engineers.Content : What is docker. Tasks : As you have already installed docker in previous days tasks, now is the time to run Docker commands. Use the docker run command to start a new container and interact with it through the command line. [Hint: docke...Feb 24, 2024·3 min read
Day 15 :- Python Libraries for DevOpsContent : Understanding the diferent Libraries of python used in the DevOps engineer in the day to day tasks. Task : Create a Dictionary in Python and write it to a json File. Read a json file services.json kept in this folder and print the service n...Feb 22, 2024·3 min read
Day 14 :- Python Data Types and Data Structures for DevOps.Tasks :- What is Datatypes. What is Data Structures. Give the Difference between List, Tuple and set. Create a dictionary and print it. Create list and add a item into the list and sort the list in alphabetical order. What is Data Structures :...Feb 20, 2024·4 min read