Rushikesh MashidkarforDevOps With RishikeshOpsrushikesh-mashidkar.hashnode.net·Mar 20, 2023Get the Latest Kubernetes Cheat Sheet for Simplifying Container OrchestrationKubernetes is an open-source container-orchestration system for automating application deployment, scaling, and management. It was originally designed by Google and is now maintained by the Cloud Native Computing Foundation. Common Commands NameC...shubhlaxmi S and 1 other are discussing this2 people are discussing thisDiscuss·10 likes·1.0K readsKubernetesawesome 10
Meenu YadavforDigitalTrendmeenuy.hashnode.net·Apr 24, 2023Introduction to KubernetesMonolithic applications and Microservices In monolithic architecture, all the components are tightly coupled means all the frontend, backend, database, and networking bundled together and deploy as it once, and all the communication happens are thoug...Discuss·2 likesWeMakeDevs
Nikhil AkkiforNikhil Akki's blognikhilakki.hashnode.net·Feb 19, 2023Container Orchestration - Kubernetes 101What is Container management? Container management is the process of organizing, deploying, and maintaining containers that run applications. Containers are a lightweight and portable way to package an application and its dependencies into a single u...Discuss·93 readsCloudk8s
Meenu YadavforDigitalTrendmeenuy.hashnode.net·Apr 24, 2023Introduction to KubernetesMonolithic applications and Microservices In monolithic architecture, all the components are tightly coupled means all the frontend, backend, database, and networking bundled together and deploy as it once, and all the communication happens are thoug...Discuss·2 likesWeMakeDevs
Rushikesh MashidkarforDevOps With RishikeshOpsrushikesh-mashidkar.hashnode.net·Mar 20, 2023Get the Latest Kubernetes Cheat Sheet for Simplifying Container OrchestrationKubernetes is an open-source container-orchestration system for automating application deployment, scaling, and management. It was originally designed by Google and is now maintained by the Cloud Native Computing Foundation. Common Commands NameC...shubhlaxmi S and 1 other are discussing this2 people are discussing thisDiscuss·10 likes·1.0K readsKubernetesawesome 10
Dhrubajyoti ChakrabortyforDhrubajyoti Chakrabortycodewdhruv.hashnode.net·Mar 9, 2023Kubernetes: The Easy WayKubernetes also known as K8s is an open-source container orchestration system that automates the deployment, scaling, and management of containerized applications. It was originally developed by Google and is now maintained by the Cloud Native Comput...Discuss·80 readsKubernetes
Balaji SaravananforLee Baljith tech blogleebaljith.hashnode.net·Mar 3, 2023Kubernetes Components:When we deploy Kubernetes, we get a cluster. Kubernetes follows a client-server architecture. That means we've one master node and single or multiple clients (worker) node. In recent days of Kubernetes, the Master node is called the control plane. Le...DiscussKubernetes
Raphael Carlos Regoforraphaelcarlosr.devraphaelcarlosr.hashnode.net·Mar 1, 2023Nomad vs Kubernetes: A Comprehensive ComparisonContainer orchestration has revolutionized the way we manage our cloud computing environments. Two of the most popular container orchestration platforms are Nomad and Kubernetes. In this article, we will compare and contrast the features and capabili...Discuss·31 readsnomad
Nikhil AkkiforNikhil Akki's blognikhilakki.hashnode.net·Feb 19, 2023Container Orchestration - Kubernetes 101What is Container management? Container management is the process of organizing, deploying, and maintaining containers that run applications. Containers are a lightweight and portable way to package an application and its dependencies into a single u...Discuss·93 readsCloudk8s
daramola adeolafordee's blogdeedeo.hashnode.net·Feb 16, 2023Install Kubernetes Cluster on Ubuntu 18.04 with KubeadmKubernetes is a tool used for container orchestration. Kubernetes runs your workload by placing containers into Pods to run on Nodes. A node may be a physical or virtual machine running(server) in a cloud provider. A master node is also a server that...Discuss·276 readsKubernetes