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 ? ...Syed Quasim and 3 others are discussing this4 people are discussing thisDiscuss·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...Saiyam Pathak and 5 others are discussing this6 people are discussing thisDiscuss·141 likes·2.7K readscontainersNice for beginners! 3
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...Saiyam Pathak and 9 others are discussing this10 people are discussing thisDiscuss·113 likes·2.2K readsDockerWell explained Nawaz! 3
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...DiscussKubernetes
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...DiscussKubernetes
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...DiscussKubernetes
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...DiscussDevops
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...DiscussKubernetes
Ritul GuptaforHelloRitul's team blogdevops-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...Discussk8s
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 ...DiscussKubernetes
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...Discuss·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...DiscussDevops
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...Discussk8s