PKPavan Kumar Gudipatiinpavandevops.hashnode.dev·Feb 8, 2024 · 11 min readModule-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...00
PKPavan Kumar Gudipatiinpavandevops.hashnode.dev·Dec 21, 2023 · 10 min readModule-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...00
PKPavan Kumar Gudipatiinpavandevops.hashnode.dev·Dec 7, 2023 · 15 min readModule-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...00
PKPavan Kumar Gudipatiinpavandevops.hashnode.dev·Dec 4, 2023 · 13 min readModule-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...00
PKPavan Kumar Gudipatiinpavandevops.hashnode.dev·Nov 6, 2023 · 17 min readModule-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...00