Day 38 Getting Started with AWS Basics☁Amazon Web Services (AWS) is a comprehensive and widely adopted cloud platform, offering over 200 fully-featured services from data centers globally. AWS provides a range of services for computing, storage, networking, database, machine learning, and...Jun 29, 2024·7 min read
Day 33 Task: Working with Namespaces and Services in KubernetesIn the dynamic realm of Kubernetes (K8s), mastering foundational concepts like Namespaces and Services is crucial for orchestrating containerized applications effectively. Let's embark on a journey to explore the significance of Namespaces and Servic...Jun 16, 2024·4 min read
Day 32 Task: Launching your Kubernetes Cluster with DeploymentWhat is Deployment in k8s A Deployment provides a configuration for updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate. You ...Jun 16, 2024·2 min read
Day 31 Task: Launching your First Kubernetes Cluster with Nginx runningWhat is minikube? Minikube is a tool which quickly sets up a local Kubernetes cluster on macOS, Linux, and Windows. It can deploy as a VM, a container, or on bare-metal. Minikube is a pared-down version of Kubernetes that gives you all the benefits o...Jun 4, 2024·3 min read
Day 30 Task: Kubernetes ArchitectureWhat is Kubernetes? Write in your own words and why do we call it k8s? Kubernetes, often abbreviated as K8s where '8' represents the number of letters between 'K' and 's'. it is a container orchestration platform that simplifies the deployment, scali...Jun 3, 2024·5 min read
Day 29 Task: Jenkins Important interview Questions.Here are some Jenkins-specific questions related to Docker that one can use during a DevOps Engineer interview: Questions What’s the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integrati...Jun 2, 2024·6 min read
Day 28 Task: Jenkins AgentsIn the realm of continuous integration and continuous delivery (CI/CD), Jenkins reigns supreme as the go-to automation server. But what truly elevates Jenkins to greatness? Enter Jenkins Agents, the unsung heroes of scalable and distributed builds. J...Jun 1, 2024·4 min read