pavandevops.hashnode.devModule-6: Logging and Monitoring AssignmentWhat is Logging and What is monitoring? Explain with examples and different types of tools being used. Logging: Logging involves recording events or messages that occur within a system. These events are typically stored in log files for later analys...Feb 8, 2024·11 min read
pavandevops.hashnode.devModule-5_Ansible_AssignmentWhat is Ansible and what are the advantages of using Ansible? Ansible is an open-source automation tool that is used for configuration management, application deployment, task automation, and IT orchestration. It allows you to automate repetitive ta...Dec 21, 2023·10 min read
pavandevops.hashnode.devModule-4: Docker Assignment1. Explain the difference between Virtualization, Containerization and Microservices. Ans: Virtualization: Definition: Virtualization involves creating a virtual (rather than actual) version of something, such as a server, operating system, storage...Dec 7, 2023·15 min read
pavandevops.hashnode.devModule-3: Jenkins and CI/CD Tools(Jenkins, Github Actions, Azure DevOps) 1. Create an EC2 instance using Terraform Jenkins Pipeline. The terraform state for the EC2 should be created on S3. Step 1: Setup Jenkins Install Jenkins on your server. Configure Jenkins with necessary plug...Dec 4, 2023·13 min read
pavandevops.hashnode.devModule-2_Terraform_Assignment(Terraform and its usage) 1. Define IaC. List different types of IaC tools and the advantages of IaC. Ans: IaC stands for Infrastructure as Code, a software engineering approach that allows you to manage and provision infrastructure resources, such...Nov 6, 2023·17 min read