Integrating Jenkins with SonarQube for code quality analysis.Integrating Jenkins with SonarQube for code quality analysis involves setting up both tools and configuring Jenkins jobs to execute SonarQube analysis as part of the build pipeline. Below is a step-by-step guide to achieve this: Prerequisites Jenkin...Jul 23, 2024·3 min read
S3 interview questions.1. What is s3 and explain it? S3 (simple storage service) is storage service provided by the aws. It stores the objects like document, text, images etc. in a bucket it can access over the internet. S3 provides the highly durable and available soluti...May 19, 2023·3 min read
DevOps ProjectYou are hired as a DevOps engineer for Analytics Pvt Ltd. This company is a product based organization which uses Docker for their containerization needs within the company. The final product received a lot of traction in the first few weeks of launc...May 12, 2023·4 min read
Kubernetes NetworkingThe challenge for the #KubeWeek Santosh Nellagi ·Apr 25, 2023· 5 min read TABLE OF CONTENTS ☸ What is Cluster Networking? Cluster Networking provides communication between different pods and containers within a pod use networking to communicate via ...Apr 26, 2023·3 min read
Declarative pipelineWhat is Declarative Pipeline? Jenkins Pipeline execution engine supports two DSL syntaxes: Scripted Pipeline and Declarative Pipeline. Scripted Pipeline allows users to code their Pipelines using a Groovy DSL. Declarative Pipeline replaces Groovy var...Apr 25, 2023·4 min read
The challenge for the #KubeWeek☸ What is Kubernetes? Kubernetes is an open-source Container Management tool that automates Container deployment, container scaling & load balancing. It schedules, runs, and manages isolated containers which are running on Virtual/Physical/Cloud Ma...Apr 25, 2023·5 min read