- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 201 - 210 of 685 for host:kubernetes.io (0.02 sec)
-
Use Port Forwarding to Access Applications in a...
This page shows how to use kubectl port-forward to connect to a MongoDB server running in a Kubernetes cluster. This type of connection can be useful for database debugging. 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/access-application-cluster/port-forward-access-application-cluster/Registered: Wed Apr 16 06:18:54 UTC 2025 - 443.3K bytes - Viewed (0) -
Learn Kubernetes Basics | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/kubernetes-basics/Registered: Wed Apr 16 06:22:00 UTC 2025 - 436.8K bytes - Viewed (0) -
Configure DNS for a Cluster | Kubernetes
Kubernetes offers a DNS cluster addon, which most of the supported environments enable by default. In Kubernetes version 1.11 and later, CoreDNS is recommended and is installed by default with kubeadm. For more information on how to configure CoreDNS for a Kubernetes cluster, see the Customizing DNS Service. An example demonstrating how to use Kubernetes DNS with kube-dns, see the Kubernetes DNS sample plugin.kubernetes.io/docs/tasks/access-application-cluster/configure-dns-cluster/Registered: Wed Apr 16 06:21:35 UTC 2025 - 433K bytes - Viewed (0) -
Declarative Management of Kubernetes Objects Us...
Kubernetes objects can be created, updated, and deleted by storing multiple object configuration files in a directory and using kubectl apply to recursively create and update those objects as needed. This method retains writes made to live objects without merging the changes back into the object configuration files. kubectl diff also gives you a preview of what changes apply will make. 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/declarative-config/Registered: Wed Apr 16 06:12:50 UTC 2025 - 567K bytes - Viewed (0) -
Encrypting Confidential Data at Rest | Kubernetes
All of the APIs in Kubernetes that let you write persistent API resource data support at-rest encryption. For example, you can enable at-rest encryption for Secrets. This at-rest encryption is additional to any system-level encryption for the etcd cluster or for the filesystem(s) on hosts where you are running the kube-apiserver. This page shows how to enable and configure encryption of API data at rest. Note:This task covers encryption for resource data stored using the Kubernetes API.kubernetes.io/docs/tasks/administer-cluster/encrypt-data/Registered: Wed Apr 16 06:12:42 UTC 2025 - 498.1K bytes - Viewed (0) -
Configure a Pod to Use a Projected Volume for S...
This page shows how to use a projected Volume to mount several existing volume sources into the same directory. Currently, secret, configMap, downwardAPI, and serviceAccountToken volumes can be projected. Note:serviceAccountToken is not a volume type. 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/configure-pod-container/configure-projected-volume-storage/Registered: Wed Apr 16 06:11:58 UTC 2025 - 444.4K bytes - Viewed (0) -
Using a KMS provider for data encryption | Kube...
This page shows how to configure a Key Management Service (KMS) provider and plugin to enable secret data encryption. In Kubernetes 1.32 there are two versions of KMS at-rest encryption. You should use KMS v2 if feasible because KMS v1 is deprecated (since Kubernetes v1.28) and disabled by default (since Kubernetes v1.29). KMS v2 offers significantly better performance characteristics than KMS v1. Caution:This documentation is for the generally available implementation of KMS v2 (and for the deprecated version 1 implementation).kubernetes.io/docs/tasks/administer-cluster/kms-provider/Registered: Wed Apr 16 06:11:52 UTC 2025 - 466.3K bytes - Viewed (0) -
Manage Cluster Daemons | Kubernetes
Perform common tasks for managing a DaemonSet, such as performing a rolling update.kubernetes.io/docs/tasks/manage-daemon/Registered: Wed Apr 16 06:20:41 UTC 2025 - 431.5K bytes - Viewed (0) -
Create an External Load Balancer | Kubernetes
This page shows how to create an external load balancer. When creating a Service, you have the option of automatically creating a cloud load balancer. This provides an externally-accessible IP address that sends traffic to the correct port on your cluster nodes, provided your cluster runs in a supported environment and is configured with the correct cloud load balancer provider package. You can also use an Ingress in place of Service.kubernetes.io/docs/tasks/access-application-cluster/create-external-load-balancer/Registered: Wed Apr 16 06:20:46 UTC 2025 - 448.5K bytes - Viewed (0) -
Node Status | Kubernetes
The status of a node in Kubernetes is a critical aspect of managing a Kubernetes cluster. In this article, we'll cover the basics of monitoring and maintaining node status to ensure a healthy and stable cluster. Node status fields A Node's status contains the following information: Addresses Conditions Capacity and Allocatable Info You can use kubectl to view a Node's status and other details: kubectl describe node <insert-node-name-here> Each section of the output is described below.kubernetes.io/docs/reference/node/node-status/Registered: Wed Apr 16 06:28:22 UTC 2025 - 441K bytes - Viewed (0)