Rushikesh Mashidkarrushikesh-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...10 likes·1.0K readsKubernetes
Meenu Yadavmeenuy.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...2 likesWeMakeDevs
Nikhil Akkinikhilakki.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...93 readsCloudk8s
Meenu Yadavmeenuy.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...2 likesWeMakeDevs
Rushikesh Mashidkarrushikesh-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...10 likes·1.0K readsKubernetes
Dhrubajyoti 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...80 readsKubernetes
Balaji Saravananleebaljith.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...Kubernetes
Raphael Carlos Regoraphaelcarlosr.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...31 readsnomad
Nikhil Akkinikhilakki.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...93 readsCloudk8s
daramola adeoladeedeo.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...276 readsKubernetes