Kubernetes Cluster
A Kubernetes Guide cluster is made of a master node and a set of worker nodes. In a production environment these run in a distributed setup on multiple nodes. Kubernetes has six main components that form a functioning cluster: API server, Scheduler, Controller manager, kubelet, kube-proxy, etcd. •This page gathers resources about Kubernetes cluster procedures such as configuration, resource management and monitoring.
Below we have compiled publicly available sources from around the world that present views on Kubernetes Cluster.
The Container Security book by Liz Rice
Fundamental Technology Concepts that Protect Containerized Applications
Official Documentation

Cluster Administration Overview
kubernetes.io

Creating a Single Control-Plane Cluster with Kubeadm
kubernetes.io
Perspectives on Kubernetes Cluster
Kubernetes: One Cluster or Many?
One of the many strengths of Kubernetes is just how much flexibility you have when deploying and operating the orchestrator for your containerized workloads. You get to choose the number of nodes, pods, containers per cluster and a host of other parameters to fit your needs. But, as always, flexibility comes with responsibility—especially when Kubernetes will be running in production and serving internal and external business customers.
Introduction to Kubernetes Namespaces
Kubernetes uses a concept called namespaces to help address the complexity of organizing objects within a cluster. Namespaces allow you to group objects together so you can filter and control them as a unit. Whether applying customized access control policies or separating all of the components for a test environment, namespaces are a powerful and flexible concept for handling objects as a group. Learn how namespaces work, explore a few common use cases, and how to use namespaces to manage your Kubernetes objects.

What’s Happening Inside my Kubernetes Cluster?
devcentral.f5.com

Core components of a Kubernetes Cluster
howtoforge.com

Moving the Needle on kubeadm in Kubernetes 1.11
blog.heptio.com

Kops vs. Kubeadm: What’s the Difference?
weave.works

Top Kubernetes Metrics and Logs for End-to-End Monitoring
blog.logdna.com
how to
How To Create a Kubernetes Cluster Using Kubeadm on Ubuntu 18.04
In this guide, you will learn how to set up a Kubernetes cluster from scratch using Ansible and Kubeadm, and then deploy a containerized Nginx application to it. Using these tools makes creating additional clusters or recreating existing clusters much simpler and less error prone.
Building a Three-Node Kubernetes Cluster
There are many ways to build a Kubernetes cluster. One of them is using a tool called kubeadm. Kubeadm is the official tool for when creating your first Kubernetes cluster. This quick guide will show how to install a Kubernetes cluster using kubeadm.
Specific Technologies

Set Up a Kubernetes Cluster on Oracle Cloud Platform
docs.bitnami.com

Connect your Kubernetes clusters to Dynatrace
dynatrace.com
Specific Environments
Deploying a Kubernetes Cluster with Amazon EKS
Deploying Kubernetes is extremely complex, which has lead to the rise of managed Kubernetes services. Here’s how to Deploy Kubernetes with Amazon EKS.

Manage Kubernetes Clusters on AWS Using Kops
aws.amazon.com

Containership 3.0: Multicloud Mobile Kubernetes Management
containership.io

Create a cluster on Alibaba Cloud
alibabacloud.com

Azure Kubernetes Cluster for Linux
docs.microsoft.com

Deploy Kubernetes Cluster for Windows Containers
docs.microsoft.com
Further Reading
- Kubernetes 101 —If you’re getting started with K8s, or want to go in depth, we have you covered with comprehensive reviews of the most important topics for those deploying and using Kubernetes.
- Kubernetes Architecture — The Kubernetes cluster architecture provides a flexible, loosely-coupled mechanism for service discovery. Like most distributed computing platforms, a Kubernetes cluster consists of at least one master and multiple compute nodes. This page gathers resources about the Kubernetes architecture components like Kubernetes Nodes, Kubernetes Pods, Kubernetes Registry and more.
- Kubernetes Advantages and Use Cases — Kubernetes Guide is a system developed by Google, for managing containerized applications in a clustered environment. It aims to provide better ways of managing related, distributed components across varied infrastructure. This page gathers resources about the advantages and common use cases of using Kubernetes.
- Kubernetes Operations — Resources about the process of managing and maintaining production-grade, highly available Kubernetes clusters, including Kubernetes security, Kubernetes networking, Kubernetes load balancing and more.
- Kubernetes Cluster — A Kubernetes Guide cluster is made of a master node and a set of worker nodes. In a production environment these run in a distributed setup on multiple nodes. Kubernetes has six main components that form a functioning cluster: API server, Scheduler, Controller manager, kubelet, kube-proxy, etcd. •This page gathers resources about Kubernetes cluster procedures such as configuration, resource management and monitoring.
- Kubernetes as a Service — Kubernetes as a Service is the method how your team should organize, or service, pods and the policy by which your team accesses them. Often called a microservice, this organization depends on a variety of unique variables. This Page gathers resources about managed Kubernetes platforms like Amazon EKS, Azure container service and GKE.
- Managed Kubernetes — Managed Kubernetes service provide a simple command for creating an entire Kubernetes cluster. This includes the provisioning of machines, installation of Kubernetes, and forming of a cluster. All this is done automatically behind the scenes. All the major cloud providers, AWS, Google, Azure, and IBM Cloud, currently provide managed Kubernetes services. This page gathers a detailed comparison of Managed Kubernetes platforms.
- Kubernetes Distributions — Kubernetes is complex, and difficult to set up and configure. The best approach, therefore, is to seek out a complete container solution that includes Kubernetes as a supported, maintained component. This page gathers resources about the leading Kubetnetes distributions such as OpenShift, Canonical, Rancher and more.
- Enterprise Kubernetes — When Kubernetes came on the scene in 2014, it made an impact and continues to impact the way companies build software. Large companies have backed it, causing a ripple effect in the industry and impacting open source and commercial systems. This page gather resources about Kubernetes in the enterprise : features, considerations, and case studies.




















