Bishal DasforKubesimplifykubesimplify.hashnode.netยทMay 19, 2022Networking Fundamentals For DevOpsWe all use Internet, right? But how does this Internet actually work? Are you interested to learn about internet and networking? In this blog, we will learn about the network fundamentals and many more. So, let's get started ! ๐ What is a Network ? ...142 likesยท3.3K readsnetworking
Anuja KumariforKubesimplifykubesimplify.hashnode.netยทMay 3, 2022โจ Introduction to Kubernetes โจ๐ฅ Challenges without Container Orchestration ๐ค Let's assume an application. It has multiple services running inside containers. Now, each container have to be scaled as per requirements, the code has to be managed. As containers are scalable so, we...141 likesยท2.7K readscontainers
Nawaz siddiquiforKubesimplifykubesimplify.hashnode.netยทMay 9, 2022Breaking Down DockerDocker is the idea behind the container revolution, but how the idea came into play what are the underlying structure used to built up containers. We are going to the ins and out of the Docker internals in this article. Starting from virtual machines...113 likesยท2.2K readsDocker
Kyle Sheltonchaoskyle.hashnode.netยทApr 26, 2023Kubernetes and Docker: A Comprehensive GuideIntroduction to Kubernetes and Docker Kubernetes and Docker have revolutionized the way applications are developed, deployed, and managed. Kubernetes is an open-source container orchestration platform, while Docker is a platform for creating and runn...Kubernetes
Jatin Arorabrogrammers.hashnode.netยทApr 25, 2023Kubeweek Challenge Day1 : Kubernetes Architecture and Components, Kubernetes installation and configuration.Challenges that were faced before Kubernetes came into the picture Manual Orchestration Lack of Portability Inconsistent Deployment Limited Resource Management Kubernetes addressed these problems by providing a robust, flexible, and portable pl...Kubernetes
Nikunj Tiwarinikunj-tiwari.hashnode.netยทApr 25, 2023Kubernetes Architecture and Components, Kubernetes Installation and ConfigurationWhat /Why is Kubernetes Before discussing what I want to discuss why you need to learn kubernetes Learning Kubernetes is essential for any DevOps professional. DevOps engineers are always in demand. The average Silicon Valley salary for a DevOps engi...Kubernetes
Akshay kotawarakshaykotawar.hashnode.netยทApr 25, 2023Architecture of KubernetesKubernetes is an open-source platform that is used for container orchestration. It helps manage, deploy and scale containerized applications across a cluster of nodes. The architecture of Kubernetes is designed to be highly scalable and fault-toleran...Devops
Santosh Chauhandevopscsant.hashnode.netยทApr 25, 2023#KubeWeek Challenge Day-1 # Kubernetes Architecture and Components, Kubernetes Installation and ConfigurationKubernetes - Overview: Kubernetes is an open-source container management tool hosted by Cloud Native Computing Foundation (CNCF). This is also known as the enhanced version of Borg which was developed at Google to manage both long-running processes a...Kubernetes
Ritul Guptadevops-interview-blog.hashnode.netยทApr 24, 2023Kubernetes Interview QuestionsWhat is Kubernetes and what are its main components?Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications. The main components of Kubernetes include Master N...k8s
Poorvashapoorva.hashnode.netยทApr 23, 2023Kubernetes Architecture and ComponentsTo run containerized applications, a Kubernetes cluster requires worker nodes. At least one worker node is mandatory for every cluster. These nodes are responsible for hosting the Pods that make up the application workload. The control plane manages ...Kubernetes
Shiva krishna Addikicherlaeverythingaboutdevops.hashnode.netยทApr 18, 2023Resources in k8sWhat is a Custom Resource In Kubernetes, a custom resource (CR) is an extension mechanism that allows users to define their own API resources and controllers. This allows users to introduce new abstractions and workflows into their Kubernetes cluster...10 likesDevops
Shiva krishna Addikicherlaeverythingaboutdevops.hashnode.netยทApr 17, 2023Everything about IngressWhat is Ingress In Kubernetes, ingress is a way to expose HTTP and HTTPS services running within a cluster to the outside world. It acts as a traffic controller for incoming traffic to a cluster, routing requests to the appropriate service based on t...Devops
Shriniwas Tiwarishriniwas.hashnode.netยทApr 13, 2023Kubernetes Basics Cheatsheet learn with me.Kubernetes Architecture Components Master Node: The control plane of the cluster, responsible for managing the state of the cluster, scheduling and managing workloads, and providing a centralized configuration. Worker Nodes: These are the machines (p...k8s