Netflix Clone using Kubernetes ClusterProject Description "The Netflix Clone" is an exciting Project where we aimed at developing a scalable, high-performance streaming platform, replicating the core functionalities of the popular streaming service, Netflix. Leveraging the power of Kuber...Jul 20, 2023·2 min read
Getting started with KubernetesKubernetes is an open-source platform that automates the deployment, scaling, and management of containerized applications. It provides a way to run applications in a highly available and fault-tolerant manner by orchestrating containers across a clu...Jun 24, 2023·12 min read
Jenkins Important interview QuestionsQuestions What's the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI) is the practice of frequently merging code changes into a shared repository. It involves automating build an...Jun 24, 2023·11 min read
Complete CI/CD Pipeline on JenkinsComplete CI/CD pipeline with Jenkins Agent performing the jobs by taking it from the Master when a Build is Triggered.Jun 24, 2023·9 min read
Complete Jenkins CI/CD ProjectIn this blog we'll make a CI/CD Project for our Node JS Application using GitHub Webhooks.Jun 17, 2023·5 min read
Jenkins Freestyle ProjectWhat is CI/CD? CI/CD stands for Continuous Integration and Continuous Deployment (or Continuous Delivery). It is a set of practices and techniques used in software development to automate and streamline the process of building, testing, and deploying...May 30, 2023·6 min read
Designing "3-Tier Architecture" on AWSWhat is a three-tier architecture? A three-tier architecture is a software design pattern that divides an application into three distinct layers, each responsible for specific functionalities. Basically, it is a way of organising software application...May 21, 2023·9 min read