- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 601 - 610 of 673 for host:kubernetes.io (0.05 sec)
-
Restrict a Container's Access to Resources with...
FEATURE STATE: Kubernetes v1.31 [stable] (enabled by default: true) This page shows you how to load AppArmor profiles on your nodes and enforce those profiles in Pods. To learn more about how Kubernetes can confine Pods using AppArmor, see Linux kernel security constraints for Pods and containers. Objectives See an example of how to load a profile on a Node Learn how to enforce the profile on a Pod Learn how to check that the profile is loaded See what happens when a profile is violated See what happens when a profile cannot be loaded Before you begin AppArmor is an optional kernel module and Kubernetes feature, so verify it is supported on your Nodes before proceeding:kubernetes.io/docs/tutorials/security/apparmor/Registered: Wed Feb 12 06:15:25 UTC 2025 - 450.6K bytes - Viewed (0) -
Running Pods on Only Some Nodes | Kubernetes
This page demonstrates how can you run Pods on only some Nodes as part of a DaemonSet 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/manage-daemon/pods-some-nodes/Registered: Wed Feb 12 06:15:51 UTC 2025 - 437.5K bytes - Viewed (0) -
Kubernetes API Concepts | Kubernetes
The Kubernetes API is a resource-based (RESTful) programmatic interface provided via HTTP. It supports retrieving, creating, updating, and deleting primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE, GET). For some resources, the API includes additional subresources that allow fine-grained authorization (such as separate views for Pod details and log retrievals), and can accept and serve those resources in different representations for convenience or efficiency. Kubernetes supports efficient change notifications on resources via watches: in the Kubernetes API, watch is a verb that is used to track changes to an object in Kubernetes as a stream.kubernetes.io/docs/reference/using-api/api-concepts/Registered: Wed Feb 12 06:23:13 UTC 2025 - 526.5K bytes - Viewed (0) -
Custom Resources | Kubernetes
Custom resources are extensions of the Kubernetes API. This page discusses when to add a custom resource to your Kubernetes cluster and when to use a standalone service. It describes the two methods for adding custom resources and how to choose between them. Custom resources A resource is an endpoint in the Kubernetes API that stores a collection of API objects of a certain kind; for example, the built-in pods resource contains a collection of Pod objects.kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/Registered: Wed Feb 12 05:57:23 UTC 2025 - 463.9K bytes - Viewed (0) -
System Logs | Kubernetes
System component logs record events happening in cluster, which can be very useful for debugging. You can configure log verbosity to see more or less detail. Logs can be as coarse-grained as showing errors within a component, or as fine-grained as showing step-by-step traces of events (like HTTP access logs, pod state changes, controller actions, or scheduler decisions). Warning:In contrast to the command line flags described here, the log output itself does not fall under the Kubernetes API stability guarantees: individual log entries and their formatting may change from one release to the next!kubernetes.io/docs/concepts/cluster-administration/system-logs/Registered: Wed Feb 12 05:57:40 UTC 2025 - 449.5K bytes - Viewed (0) -
Troubleshooting CNI plugin-related errors | Kub...
To avoid CNI plugin-related errors, verify that you are using or upgrading to a container runtime that has been tested to work correctly with your version of Kubernetes. About the "Incompatible CNI versions" and "Failed to destroy network for sandbox" errors Service issues exist for pod CNI network setup and tear down in containerd v1.6.0-v1.6.3 when the CNI plugins have not been upgraded and/or the CNI config version is not declared in the CNI config files.kubernetes.io/docs/tasks/administer-cluster/migrating-from-dockershim/troubleshooting-cni-plugin-...Registered: Wed Feb 12 05:57:32 UTC 2025 - 437.9K bytes - Viewed (0) -
Tasks | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tasks/Registered: Wed Feb 12 05:57:19 UTC 2025 - 430K bytes - Viewed (0) -
Extending the Kubernetes API | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/concepts/extend-kubernetes/api-extension/Registered: Wed Feb 12 05:57:45 UTC 2025 - 429.8K bytes - Viewed (0) -
Debug a StatefulSet | Kubernetes
This task shows you how to debug a StatefulSet. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. You should have a StatefulSet running that you want to investigate. Debugging a StatefulSet In order to list all the pods which belong to a StatefulSet, which have a label app.kubernetes.io/name=MyApp set on them, you can use the following:kubernetes.io/docs/tasks/debug/debug-application/debug-statefulset/Registered: Wed Feb 12 06:10:23 UTC 2025 - 429.4K bytes - Viewed (0) -
Resource metrics pipeline | Kubernetes
For Kubernetes, the Metrics API offers a basic set of metrics to support automatic scaling and similar use cases. This API makes information available about resource usage for node and pod, including metrics for CPU and memory. If you deploy the Metrics API into your cluster, clients of the Kubernetes API can then query for this information, and you can use Kubernetes' access control mechanisms to manage permissions to do so.kubernetes.io/docs/tasks/debug/debug-cluster/resource-metrics-pipeline/Registered: Wed Feb 12 06:10:28 UTC 2025 - 444.4K bytes - Viewed (0)