SHSalman Hisamuddin Ansariinsalmanansari.hashnode.dev路Jan 8, 2024 路 3 min readKubernetes ArchitectureEmbracing the Power of Kubernetes: Unveiling the Magic of K8s 馃殌 In the dynamic world of container orchestration, Kubernetes, lovingly abbreviated as K8s, stands tall as a game-changer. Let's embark on a journey to demystify the essence of Kubernetes...00
SHSalman Hisamuddin Ansariinsalmanansari.hashnode.dev路Jan 3, 2024 路 4 min readJenkins Important interview Questions.What鈥檚 the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI) is the practice of regularly merging code changes into a shared repository, where automated builds and tests are run t...00
SHSalman Hisamuddin Ansariinsalmanansari.hashnode.dev路Dec 27, 2023 路 3 min readWhat is CI/CD?CI/CD stands for Continuous Integration and Continuous Delivery (or Continuous Deployment), and it's a set of practices used in software development to automate and streamline the process of delivering new code changes to production. Here's a simple ...00
SHSalman Hisamuddin Ansariinsalmanansari.hashnode.dev路Dec 26, 2023 路 3 min readGetting Started with JenkinsWhat is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Jenkin...00
SHSalman Hisamuddin Ansariinsalmanansari.hashnode.dev路Dec 21, 2023 路 4 min readDocker Important interview Questions.Questions & Answers Difference between Image, Container, and Engine: Image: A Docker image is a lightweight, standalone, and executable package that includes everything needed to run a piece of software, including the code, runtime, libraries, and ...00