Files
Aldo Culquicondor d1056364e2 Document using multiple scheduler profiles (#19172)
* Add instructions for using multiple scheduling profiles.

Signed-off-by: Aldo Culquicondor <acondor@google.com>

* Move scheduling policies and profiles to Reference

Signed-off-by: Aldo Culquicondor <acondor@google.com>

* Renames and nits

Signed-off-by: Aldo Culquicondor <acondor@google.com>

* Fix links and grammar

Signed-off-by: Aldo Culquicondor <acondor@google.com>

* Fix link and flag usage

Signed-off-by: Aldo Culquicondor <acondor@google.com>
2020-03-16 10:06:43 -07:00

2.8 KiB

title, approvers, linkTitle, main_menu, weight, content_template
title approvers linkTitle main_menu weight content_template
Reference
chenopis
Reference true 70 templates/concept

{{% capture overview %}}

This section of the Kubernetes documentation contains references.

{{% /capture %}}

{{% capture body %}}

API Reference

  • Kubernetes API Overview - Overview of the API for Kubernetes.
  • [Kubernetes API Reference {{< latest-version >}}](/docs/reference/generated/kubernetes-api/{{< latest-version >}}/)

API Client Libraries

To call the Kubernetes API from a programming language, you can use client libraries. Officially supported client libraries:

CLI Reference

  • kubectl - Main CLI tool for running commands and managing Kubernetes clusters.
  • kubeadm - CLI tool to easily provision a secure Kubernetes cluster.

Components Reference

  • kubelet - The primary node agent that runs on each node. The kubelet takes a set of PodSpecs and ensures that the described containers are running and healthy.
  • kube-apiserver - REST API that validates and configures data for API objects such as pods, services, replication controllers.
  • kube-controller-manager - Daemon that embeds the core control loops shipped with Kubernetes.
  • kube-proxy - Can do simple TCP/UDP stream forwarding or round-robin TCP/UDP forwarding across a set of back-ends.
  • kube-scheduler - Scheduler that manages availability, performance, and capacity.

Design Docs

An archive of the design docs for Kubernetes functionality. Good starting points are Kubernetes Architecture and Kubernetes Design Overview.

{{% /capture %}}