- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 261 - 270 of 673 for host:kubernetes.io (0.03 sec)
-
Operator pattern | Kubernetes
Operators are software extensions to Kubernetes that make use of custom resources to manage applications and their components. Operators follow Kubernetes principles, notably the control loop. Motivation The operator pattern aims to capture the key aim of a human operator who is managing a service or set of services. Human operators who look after specific applications and services have deep knowledge of how the system ought to behave, how to deploy it, and how to react if there are problems.kubernetes.io/docs/concepts/extend-kubernetes/operator/Registered: Wed Feb 12 05:57:54 UTC 2025 - 438K bytes - Viewed (0) -
Cluster Administration | Kubernetes
Lower-level detail relevant to creating or administering a Kubernetes cluster.kubernetes.io/docs/concepts/cluster-administration/Registered: Wed Feb 12 06:00:01 UTC 2025 - 432.5K bytes - Viewed (0) -
Cluster Networking | Kubernetes
Networking is a central part of Kubernetes, but it can be challenging to understand exactly how it is expected to work. There are 4 distinct networking problems to address: Highly-coupled container-to-container communications: this is solved by Pods and localhost communications. Pod-to-Pod communications: this is the primary focus of this document. Pod-to-Service communications: this is covered by Services. External-to-Service communications: this is also covered by Services. Kubernetes is all about sharing machines among applications.kubernetes.io/docs/concepts/cluster-administration/networking/Registered: Wed Feb 12 06:00:22 UTC 2025 - 433.9K bytes - Viewed (0) -
Kubernetes API Aggregation Layer | Kubernetes
The aggregation layer allows Kubernetes to be extended with additional APIs, beyond what is offered by the core Kubernetes APIs. The additional APIs can either be ready-made solutions such as a metrics server, or APIs that you develop yourself. The aggregation layer is different from Custom Resource Definitions, which are a way to make the kube-apiserver recognise new kinds of object. Aggregation layer The aggregation layer runs in-process with the kube-apiserver.kubernetes.io/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/Registered: Wed Feb 12 06:02:02 UTC 2025 - 432K bytes - Viewed (0) -
Setup tools | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/setup-tools/Registered: Wed Feb 12 06:27:01 UTC 2025 - 426.2K bytes - Viewed (0) -
Linux Kernel Version Requirements | Kubernetes
Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Many features rely on specific kernel functionalities and have minimum kernel version requirements. However, relying solely on kernel version numbers may not be sufficient for certain operating system distributions, as maintainers for distributions such as RHEL, Ubuntu and SUSE often backport selected features to older kernel releases (retaining the older kernel version).kubernetes.io/docs/reference/node/kernel-version-requirements/Registered: Wed Feb 12 06:31:43 UTC 2025 - 434.5K bytes - Viewed (0) -
kubectl auth can-i | Kubernetes
Synopsis Check whether an action is allowed. VERB is a logical Kubernetes API verb like 'get', 'list', 'watch', 'delete', etc. TYPE is a Kubernetes resource. Shortcuts and groups will be resolved. NONRESOURCEURL is a partial URL that starts with "/". NAME is the name of a particular Kubernetes resource. This command pairs nicely with impersonation. See --as global flag. kubectl auth can-i VERB [TYPE | TYPE/NAME | NONRESOURCEURL] Examples # Check to see if I can create pods in any namespace kubectl auth can-i create pods --all-namespaces # Check to see if I can list deployments in my current namespace kubectl auth can-i list deployments.kubernetes.io/docs/reference/kubectl/generated/kubectl_auth/kubectl_auth_can-i/Registered: Wed Feb 12 06:32:32 UTC 2025 - 438K bytes - Viewed (0) -
kubeadm alpha | Kubernetes
Caution:kubeadm alpha provides a preview of a set of features made available for gathering feedback from the community. Please try it out and give us feedback! Currently there are no experimental commands under kubeadm alpha. What's next kubeadm init to bootstrap a Kubernetes control-plane node kubeadm join to connect a node to the cluster kubeadm reset to revert any changes made to this host by kubeadm init or kubeadm joinkubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-alpha/Registered: Wed Feb 12 06:32:52 UTC 2025 - 428.3K bytes - Viewed (0) -
Kubernetes Metrics Reference | Kubernetes
Details of the metric data that Kubernetes components export.kubernetes.io/docs/reference/instrumentation/metrics/Registered: Wed Feb 12 06:33:05 UTC 2025 - 693.8K bytes - Viewed (0) -
kubectl config set | Kubernetes
Synopsis Set an individual value in a kubeconfig file. PROPERTY_NAME is a dot delimited name where each token represents either an attribute name or a map key. Map keys may not contain dots. PROPERTY_VALUE is the new value you want to set. Binary fields such as 'certificate-authority-data' expect a base64 encoded string unless the --set-raw-bytes flag is used. Specifying an attribute name that already exists will merge new fields on top of existing values.kubernetes.io/docs/reference/kubectl/generated/kubectl_config/kubectl_config_set/Registered: Wed Feb 12 06:33:21 UTC 2025 - 436.2K bytes - Viewed (0)