- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 661 - 670 of 723 for host:kubernetes.io (0.02 sec)
-
Kubeadm | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/setup-tools/kubeadm/Registered: Mon Jan 26 07:24:50 UTC 2026 - 470.6K bytes - Viewed (0) -
Introduction to kubectl | Kubernetes
kubectl is the Kubernetes cli version of a swiss army knife, and can do many things. While this Book is focused on using kubectl to declaratively manage applications in Kubernetes, it also covers other kubectl functions. Command Families Most kubectl commands typically fall into one of a few categories: Type Used For Description Declarative Resource Management Deployment and operations (e.g. GitOps) Declaratively manage Kubernetes workloads using resource configuration Imperative Resource Management Development Only Run commands to manage Kubernetes workloads using Command Line arguments and flags Printing Workload State Debugging Print information about workloads Interacting with Containers Debugging Exec, attach, cp, logs Cluster Management Cluster operations Drain and cordon Nodes Declarative Application Management The preferred approach for managing resources is through declarative files called resource configuration used with the kubectl Apply command.kubernetes.io/docs/reference/kubectl/introduction/Registered: Mon Jan 26 07:15:55 UTC 2026 - 472.5K bytes - Viewed (0) -
Official CVE Feed | Kubernetes
FEATURE STATE: Kubernetes v1.27 [beta] This is a community maintained list of official CVEs announced by the Kubernetes Security Response Committee. See Kubernetes Security and Disclosure Information for more details. The Kubernetes project publishes a programmatically accessible feed of published security issues in JSON feed and RSS feed formats. You can access it by executing the following commands: JSON feed RSS feed Link to JSON format curl -Lv https://k8s.io/docs/reference/issues-security/official-cve-feed/index.json Link to RSS formatkubernetes.io/docs/reference/issues-security/official-cve-feed/Registered: Mon Jan 26 07:23:23 UTC 2026 - 496.7K bytes - Viewed (0) -
Understand Pressure Stall Information (PSI) Met...
Detailed explanation of Pressure Stall Information (PSI) metrics and how to use them to identify resource pressure in Kubernetes.kubernetes.io/docs/reference/instrumentation/understand-psi-metrics/Registered: Mon Jan 26 07:22:54 UTC 2026 - 488.4K bytes - Viewed (0) -
Kubelet Configuration Directory Merging | Kuber...
When using the kubelet's --config-dir flag to specify a drop-in directory for configuration, there is some specific behavior on how different types are merged. Here are some examples of how different data types behave during configuration merging: Structure Fields There are two types of structure fields in a YAML structure: singular (or a scalar type) and embedded (structures that contain scalar types). The configuration merging process handles the overriding of singular and embedded struct fields to create a resulting kubelet configuration.kubernetes.io/docs/reference/node/kubelet-config-directory-merging/Registered: Mon Jan 26 07:23:01 UTC 2026 - 488.8K bytes - Viewed (0) -
Protocols for Services | Kubernetes
If you configure a Service, you can select from any network protocol that Kubernetes supports. Kubernetes supports the following protocols with Services: SCTP TCP (the default) UDP When you define a Service, you can also specify the application protocol that it uses. This document details some special cases, all of them typically using TCP as a transport protocol: HTTP and HTTPS PROXY protocol TLS termination at the load balancer Supported protocols There are 3 valid values for the protocol of a port for a Service:kubernetes.io/docs/reference/networking/service-protocols/Registered: Mon Jan 26 07:22:41 UTC 2026 - 474K bytes - Viewed (0) -
kubeadm version | Kubernetes
This command prints the version of kubeadm. Synopsis Print the version of kubeadm kubeadm version [flags] Options -h, --help help for version -o, --output string Output format; available options are 'yaml', 'json' and 'short' Options inherited from parent commands --rootfs string The path to the 'real' host root filesystem. This will cause kubeadm to chroot into the provided path.kubernetes.io/docs/reference/setup-tools/kubeadm/kubeadm-version/Registered: Mon Jan 26 07:23:44 UTC 2026 - 468.2K bytes - Viewed (0) -
kubectl rollout | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_rollout/Registered: Mon Jan 26 07:27:24 UTC 2026 - 475.4K bytes - Viewed (0) -
kubectl create secret | Kubernetes
Synopsis Create a secret with specified type. A docker-registry type secret is for accessing a container registry. A generic type secret indicate an Opaque secret type. A tls type secret holds TLS certificate and its associated key. kubectl create secret (docker-registry | generic | tls) Options -h, --help help for secret Parent Options Inherited --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace.kubernetes.io/docs/reference/kubectl/generated/kubectl_create/kubectl_create_secret/Registered: Mon Jan 26 07:27:04 UTC 2026 - 475.4K bytes - Viewed (0) -
Well-Known Labels, Annotations and Taints | Kub...
Production-Grade Container Orchestrationkubernetes.io/docs/reference/labels-annotations-taints/Registered: Mon Jan 26 07:14:28 UTC 2026 - 627.8K bytes - Viewed (0)