- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 601 - 610 of 686 for host:kubernetes.io (0.08 sec)
-
kubectl delete | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/kubectl/generated/kubectl_delete/Registered: Wed Jun 04 07:28:21 UTC 2025 - 459.9K bytes - Viewed (0) -
kubectl set serviceaccount | Kubernetes
Synopsis Update the service account of pod template resources. Possible resources (case insensitive) can be: replicationcontroller (rc), deployment (deploy), daemonset (ds), job, replicaset (rs), statefulset kubectl set serviceaccount (-f FILENAME | TYPE NAME) SERVICE_ACCOUNT Examples # Set deployment nginx-deployment's service account to serviceaccount1 kubectl set serviceaccount deployment nginx-deployment serviceaccount1 # Print the result (in YAML format) of updated nginx deployment with the service account from local file, without hitting the API server kubectl set sa -f nginx-deployment.kubernetes.io/docs/reference/kubectl/generated/kubectl_set/kubectl_set_serviceaccount/Registered: Wed Jun 04 07:27:48 UTC 2025 - 457K 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: Wed Jun 04 07:28:42 UTC 2025 - 453.7K bytes - Viewed (0) -
Running ZooKeeper, A Distributed System Coordin...
This tutorial demonstrates running Apache Zookeeper on Kubernetes using StatefulSets, PodDisruptionBudgets, and PodAntiAffinity. Before you begin Before starting this tutorial, you should be familiar with the following Kubernetes concepts: Pods Cluster DNS Headless Services PersistentVolumes PersistentVolume Provisioning StatefulSets PodDisruptionBudgets PodAntiAffinity kubectl CLI You must have a cluster with at least four nodes, and each node requires at least 2 CPUs and 4 GiB of memory. In this tutorial you will cordon and drain the cluster's nodes.kubernetes.io/docs/tutorials/stateful-application/zookeeper/Registered: Wed Jun 04 07:09:42 UTC 2025 - 541.3K bytes - Viewed (0) -
Building a Basic DaemonSet | Kubernetes
This page demonstrates how to build a basic DaemonSet that runs a Pod on every node in a Kubernetes cluster. It covers a simple use case of mounting a file from the host, logging its contents using an init container, and utilizing a pause container. 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/manage-daemon/create-daemon-set/Registered: Wed Jun 04 07:10:51 UTC 2025 - 458.3K bytes - Viewed (0) -
Use a Service to Access an Application in a Clu...
This page shows how to create a Kubernetes Service object that external clients can use to access an application running in a cluster. The Service provides load balancing for an application that has two running instances. 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/service-access-application-cluster/Registered: Wed Jun 04 07:11:13 UTC 2025 - 460.3K bytes - Viewed (0) -
Node Reference Information | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/node/Registered: Wed Jun 04 07:17:00 UTC 2025 - 445.7K bytes - Viewed (0) -
Kubernetes Security and Disclosure Information ...
This page describes Kubernetes security and disclosure information. Security Announcements Join the kubernetes-security-announce group for emails about security and major API announcements. Report a Vulnerability We're extremely grateful for security researchers and users that report vulnerabilities to the Kubernetes Open Source Community. All reports are thoroughly investigated by a set of community volunteers. To make a report, submit your vulnerability to the Kubernetes bug bounty program. This allows triage and handling of the vulnerability with standardized response times.kubernetes.io/docs/reference/issues-security/security/Registered: Wed Jun 04 07:16:41 UTC 2025 - 450.3K bytes - Viewed (0) -
Kubernetes Issues and Security | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/issues-security/Registered: Wed Jun 04 07:16:53 UTC 2025 - 444.9K bytes - Viewed (0) -
Local Files And Paths Used By The Kubelet | Kub...
The kubelet is mostly a stateless process running on a Kubernetes node. This document outlines files that kubelet reads and writes. Note:This document is for informational purpose and not describing any guaranteed behaviors or APIs. It lists resources used by the kubelet, which is an implementation detail and a subject to change at any release. The kubelet typically uses the control plane as the source of truth on what needs to run on the Node, and the container runtime to retrieve the current state of containers.kubernetes.io/docs/reference/node/kubelet-files/Registered: Wed Jun 04 07:17:19 UTC 2025 - 457.9K bytes - Viewed (0)