Kubernetes指南
Linux性能优化实战eBPF 核心技术与实战SDN指南个人博客
EN
EN
  • Overview
  • Introduction
    • Kubernetes Introduction
    • Kubernetes Concepts
    • Kubernetes 101
    • Kubernetes 201
    • Kubernetes Cluster
  • Concepts
    • Concepts
    • Architecture
    • Design Principles
    • Components
      • etcd
      • kube-apiserver
      • kube-scheduler
      • kube-controller-manager
      • kubelet
      • kube-proxy
      • kube-dns
      • Federation
      • kubeadm
      • hyperkube
      • kubectl
    • Objects
      • Autoscaling
      • ConfigMap
      • CronJob
      • CustomResourceDefinition
      • DaemonSet
      • Deployment
      • Ingress
      • Job
      • LocalVolume
      • Namespace
      • NetworkPolicy
      • Node
      • PersistentVolume
      • Pod
      • PodPreset
      • ReplicaSet
      • Resource Quota
      • Secret
      • SecurityContext
      • Service
      • ServiceAccount
      • StatefulSet
      • Volume
  • Setup
    • Setup Guidance
    • kubectl Install
    • Single Machine
    • Feature Gates
    • Best Practice
    • Version Support
    • Setup Cluster
      • kubeadm
      • kops
      • Kubespray
      • Azure
      • Windows
      • LinuxKit
      • kubeasz
    • Setup Addons
      • Addon-manager
      • DNS
      • Dashboard
      • Monitoring
      • Logging
      • Metrics
      • GPU
      • Cluster Autoscaler
      • ip-masq-agent
  • Extension
    • API Extension
      • Aggregation
      • CustomResourceDefinition
    • Access Control
      • Authentication
      • RBAC Authz
      • Admission
    • Scheduler Extension
    • Network Plugin
      • CNI
      • Flannel
      • Calico
      • Weave
      • Cilium
      • OVN
      • Contiv
      • SR-IOV
      • Romana
      • OpenContrail
      • Kuryr
    • Container Runtime
      • CRI-tools
      • Frakti
    • Storage Driver
      • CSI
      • FlexVolume
      • glusterfs
    • Network Policy
    • Ingress Controller
      • Ingress + Letsencrypt
      • minikube Ingress
      • Traefik Ingress
      • Keepalived-VIP
    • Cloud Provider
    • Device Plugin
  • Cloud Native Apps
    • Apps Management
      • Patterns
      • Rolling Update
      • Helm
      • Operator
      • Service Mesh
      • Linkerd
      • Linkerd2
    • Istio
      • Deploy
      • Traffic Management
      • Security
      • Policy
      • Metrics
      • Troubleshooting
      • Community
    • Devops
      • Draft
      • Jenkins X
      • Spinnaker
      • Kompose
      • Skaffold
      • Argo
      • Flux GitOps
  • Practices
    • Overview
    • Resource Management
    • Cluster HA
    • Workload HA
    • Debugging
    • Portmap
    • Portforward
    • User Management
    • GPU
    • HugePage
    • Security
    • Audit
    • Backup
    • Cert Rotation
    • Large Cluster
    • Big Data
      • Spark
      • Tensorflow
    • Serverless
  • Troubleshooting
    • Overview
    • Cluster Troubleshooting
    • Pod Troubleshooting
    • Network Troubleshooting
    • PV Troubleshooting
      • AzureDisk
      • AzureFile
    • Windows Troubleshooting
    • Cloud Platform Troubleshooting
      • Azure
    • Troubleshooting Tools
  • Community
    • Development Guide
    • Unit Test and Integration Test
    • Community Contribution
  • Appendix
    • Ecosystem
    • Learning Resources
    • Domestic Mirrors
    • How to Contribute
    • Reference Documents
由 GitBook 提供支持
在本页
  • Add-On Components
  • Power-Up Your Kubernetes: Essential Add-Ons for Peak Performance
  1. Setup

Setup Addons

上一页LinuxKit下一页Addon-manager

最后更新于1年前

Add-On Components

Upon deploying a Kubernetes cluster, it becomes essential to install a series of add-on components (addons). These addons are often crucial for the regular operation of the cluster.

The , commonly utilized to manage the add-ons in a cluster, operates within the Kubernetes cluster's Master node. It oversees all the extensions in the $ADDON_PATH (defaulting to /etc/kubernetes/addons/) directory to ensure they are functioning as intended.

Some of the common components include:


Power-Up Your Kubernetes: Essential Add-Ons for Peak Performance

Once you've got your Kubernetes cluster up and running, think of it like a smartphone without apps—it's functional, but you're not getting the most out of it. That's where add-ons come in—they're like the apps that power-up your cluster's capabilities.

Ready for the tour? Here's the all-star lineup of add-ons that can turn your cluster into a powerhouse:

For additional extensions, refer to and .

Picture a digital maestro——nestled within the Master node of your Kubernetes command center. This wizard is keeping an eagle eye on the $ADDON_PATH (which, by default, is the /etc/kubernetes/addons/ directory), ensuring every component is humming along just right.

Command Central, : Keeps your add-ons tightly regulated.

Traffic Cop, : Directs digital traffic efficiently.

Mission Control, : A clear visual on your cluster activities.

The Muscle, : Amping up your computing power.

The Balancer, : Keeps network naming at peak performance.

The Communicator, : For seamless service-name resolutions.

The Analyzer, : Dives deep into data logs.

Stealth Mode, : Keeps IP addresses under wraps.

The Envoy, : Smart networking for your services.

The Enforcer, : Manages network rules and connections.

The Scout, : Keeps an eye on resource usage.

The Watchdog, : On the lookout for pesky issues.

The Statistician, : Monitors and alerts like a pro.

The Organizer, : Manages your storage needs efficiently.

For those hungry for even more power-ups, gear up with additional extensions detailed in and for a nostalgic twist, visit . Your Kubernetes cluster is set for the big leagues now!

addon-manager
addon-manager
cluster-loadbalancing
dashboard
device-plugins/nvidia-gpu
dns-horizontal-autoscaler
dns
fluentd-elasticsearch
ip-masq-agent
istio
kube-proxy
metrics-server
node-problem-detector
prometheus
storage-class
Installing Addons
Legacy Addons
addon-manager
addon-manager
cluster-loadbalancing
dashboard
device-plugins/nvidia-gpu
dns-horizontal-autoscaler
dns
fluentd-elasticsearch
ip-masq-agent
istio
kube-proxy
metrics-server
node-problem-detector
prometheus
storage-class
Installing Addons
Legacy Addons