Kubernetes Tutorial: Wie kann man Kubernetes Ingress Controller in einem Cluster einrichten? Wozu das Kubernetes Dashboard?
Kubernetes Tutorial: How to set up Kubernetes Ingress Controller in a cluster? What is the Kubernetes Dashboard for?
Different open source ingress controllers can be set up for clusters created with Container Engine for Kubernetes. The Kubernetes ingress controllers are set up together with the corresponding access controls in existing clusters. A Kubernetes ingress controller includes an ingress controller deployment that provides an image containing the binary for the ingress controller and the ingress controller service Nginx. Read a specific Kubernetes tutorial that explains how to set up a Kubernetes Ingress Controller in a cluster. Here are the most important steps:
- Create access rules for the Ingress controller
- Create service account and Ingress controller
- Check whether the Ingress Controller service is running as a load balancer service
- Create TLS secret
The Kubernetes Dashboard is a web-based user interface - as an alternative to the Kubernetes command line tool Kubectl. It can be used to deploy containerized applications in a Kubernetes cluster or to troubleshoot such applications. The Kubernetes architecture consists of containers, pod (collection of containers that work together for an application), node (virtual or physical machine on which one or more pods run) and cluster. The design of a Kubernetes cluster is based on three principles: Security, ease of use and extensibility. The Kubernetes architecture is also based on the principle of master (manages and controls nodes and ensures constant monitoring) and slave (controlled parts of the system).