PinnedJenkins Live Project with Declarative CI/CD Pipeline with Groovy syntax using env. variableLaunch an EC2 instance and install Jenkins. Use this instance as a Jenkins server using the t2-micro instance type. ssh -i "jenkins-key.pem" ubuntu@ec2-13-232-61-41.ap-south-1.compute.amazonaws.com(SSH into the jenkins server.) Use the code from Git...Jul 9, 2023·3 min read
Patch Management & Rollbacks in Linux🔥Overview As a DevOps engineer, one of the critical aspects of maintaining a secure and reliable system is effective patch management. In this blog post, we'll delve into what patch management is, why it's essential, and how the process of patching ...Jul 18, 2023·4 min read
Understanding Git Fetch, Git Log, Git Revert, Git Reset, Git Merge, Git Rebase, and Git Cherry-pick with ExamplesIntroduction: Git is a powerful version control system widely used in software development to manage source code. It provides various commands and features that allow developers to handle different aspects of their codebase effectively. This technica...Jul 14, 2023·3 min read
Understand the Kubernetes Architecture in an Simple way..,This comprehensive guide on Kubernetes architecture aims to explain each kubernetes component in detail with illustrations. So, If you want to, Understand kubernetes architecture Understand the workflow of Kubernetes core components Then you’ll l...Jul 10, 2023·17 min read
AWS Basic ArchitectureAWS Cloud: AWS Cloud refers to the suite of cloud computing services provided by Amazon Web Services (AWS). It offers on-demand access to virtualized computing resources such as storage, servers, databases, and networking, allowing organizations to b...Jul 9, 2023·2 min read
Grafana tool for Monitoring & LoggingGrafana: Grafana is an open-source visualization and monitoring tool that allows you to create interactive dashboards and graphs for various data sources. Key Features: Supports a wide range of data sources, including Prometheus, Elasticsearch, In...Jul 6, 2023·2 min read
Interpolation in TerraformVariable Interpolation: ${var.variable_name}: Interpolates the value of a variable. Resource Attribute Interpolation: ${resource_type.resource_name.attribute}: Interpolates the value of a specific attribute of a resource. Data Attribute Interpo...Jul 5, 2023·2 min read