- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 311 - 320 of 670 for host:kubernetes.io (0.03 sec)
-
Traces For Kubernetes System Components | Kuber...
FEATURE STATE: Kubernetes v1.27 [beta] System component traces record the latency of and relationships between operations in the cluster. Kubernetes components emit traces using the OpenTelemetry Protocol with the gRPC exporter and can be collected and routed to tracing backends using an OpenTelemetry Collector. Trace Collection Kubernetes components have built-in gRPC exporters for OTLP to export traces, either with an OpenTelemetry Collector, or without an OpenTelemetry Collector. For a complete guide to collecting traces and using the collector, see Getting Started with the OpenTelemetry Collector.kubernetes.io/docs/concepts/cluster-administration/system-traces/Registered: Tue Nov 26 03:24:40 UTC 2024 - 435.6K bytes - Viewed (0) -
Metrics for Kubernetes Object States | Kubernetes
kube-state-metrics, an add-on agent to generate and expose cluster-level metrics.kubernetes.io/docs/concepts/cluster-administration/kube-state-metrics/Registered: Tue Nov 26 03:26:43 UTC 2024 - 426.5K bytes - Viewed (0) -
Set Kubelet Parameters Via A Configuration File...
Before you begin Some steps in this page use the jq tool. If you don't have jq, you can install it via your operating system's software sources, or fetch it from https://jqlang.github.io/jq/. Some steps also involve installing curl, which can be installed via your operating system's software sources. A subset of the kubelet's configuration parameters may be set via an on-disk config file, as a substitute for command-line flags. Providing parameters via a config file is the recommended approach because it simplifies node deployment and configuration management.kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/Registered: Tue Nov 26 03:58:07 UTC 2024 - 452.4K bytes - Viewed (0) -
Limit Storage Consumption | Kubernetes
This example demonstrates how to limit the amount of storage consumed in a namespace. The following resources are used in the demonstration: ResourceQuota, LimitRange, and PersistentVolumeClaim. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.kubernetes.io/docs/tasks/administer-cluster/limit-storage-consumption/Registered: Tue Nov 26 03:55:03 UTC 2024 - 430.6K bytes - Viewed (0) -
Configure GMSA for Windows Pods and containers ...
FEATURE STATE: Kubernetes v1.18 [stable] This page shows how to configure Group Managed Service Accounts (GMSA) for Pods and containers that will run on Windows nodes. Group Managed Service Accounts are a specific type of Active Directory account that provides automatic password management, simplified service principal name (SPN) management, and the ability to delegate the management to other administrators across multiple servers. In Kubernetes, GMSA credential specs are configured at a Kubernetes cluster-wide scope as Custom Resources.kubernetes.io/docs/tasks/configure-pod-container/configure-gmsa/Registered: Tue Nov 26 03:30:43 UTC 2024 - 459.4K bytes - Viewed (0) -
Troubleshooting Clusters | Kubernetes
Debugging common cluster issues.kubernetes.io/docs/tasks/debug/debug-cluster/Registered: Tue Nov 26 04:03:46 UTC 2024 - 452.2K bytes - Viewed (0) -
Define Environment Variables for a Container | ...
This page shows how to define environment variables for a container in a Kubernetes Pod. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/Registered: Tue Nov 26 04:02:51 UTC 2024 - 438.8K bytes - Viewed (0) -
Declarative Management of Kubernetes Objects Us...
Kustomize is a standalone tool to customize Kubernetes objects through a kustomization file. Since 1.14, Kubectl also supports the management of Kubernetes objects using a kustomization file. To view Resources found in a directory containing a kustomization file, run the following command: kubectl kustomize <kustomization_directory> To apply those Resources, run kubectl apply with --kustomize or -k flag: kubectl apply -k <kustomization_directory> Before you begin Install kubectl. You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.kubernetes.io/docs/tasks/manage-kubernetes-objects/kustomization/Registered: Tue Nov 26 04:03:23 UTC 2024 - 526K bytes - Viewed (0) -
Distribute Credentials Securely Using Secrets |...
This page shows how to securely inject sensitive data, such as passwords and encryption keys, into Pods. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:kubernetes.io/docs/tasks/inject-data-application/distribute-credentials-secure/Registered: Tue Nov 26 04:02:57 UTC 2024 - 475.2K bytes - Viewed (0) -
Configure Certificate Rotation for the Kubelet ...
This page shows how to enable and configure certificate rotation for the kubelet. FEATURE STATE: Kubernetes v1.19 [stable] Before you begin Kubernetes version 1.8.0 or later is required Overview The kubelet uses certificates for authenticating to the Kubernetes API. By default, these certificates are issued with one year expiration so that they do not need to be renewed too frequently. Kubernetes contains kubelet certificate rotation, that will automatically generate a new key and request a new certificate from the Kubernetes API as the current certificate approaches expiration.kubernetes.io/docs/tasks/tls/certificate-rotation/Registered: Tue Nov 26 04:31:33 UTC 2024 - 427.4K bytes - Viewed (0)