- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 71 - 80 of 685 for host:kubernetes.io (0.03 sec)
-
Image Policy API (v1alpha1) | Kubernetes
Resource Types ImageReview ImageReview ImageReview checks if the set of images in a pod are allowed. FieldDescription apiVersionstringimagepolicy.k8s.io/v1alpha1 kindstringImageReview metadata meta/v1.ObjectMeta Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata Refer to the Kubernetes API documentation for the fields of the metadata field. spec [Required] ImageReviewSpec Spec holds information about the pod being evaluated status ImageReviewStatus Status is filled in by the backend and indicates whether the pod should be allowed. ImageReviewContainerSpec Appears in:kubernetes.io/docs/reference/config-api/imagepolicy.v1alpha1/Registered: Wed Apr 09 06:41:33 UTC 2025 - 434.5K bytes - Viewed (0) -
Kubernetes External Metrics (v1beta1) | Kubernetes
Package v1beta1 is the v1beta1 version of the external metrics API. Resource Types ExternalMetricValue ExternalMetricValueList ExternalMetricValue Appears in: ExternalMetricValueList ExternalMetricValue is a metric value for external metric A single metric value is identified by metric name and a set of string labels. For one metric there can be multiple values with different sets of labels. FieldDescription apiVersionstringexternal.metrics.k8s.io/v1beta1 kindstringExternalMetricValue metricName [Required] string the name of the metric metricLabels [Required] map[string]string a set of labels that identify a single time series for the metrickubernetes.io/docs/reference/external-api/external-metrics.v1beta1/Registered: Wed Apr 09 06:47:36 UTC 2025 - 433.4K bytes - Viewed (0) -
Participating in SIG Docs | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/contribute/participate/Registered: Wed Apr 09 06:52:01 UTC 2025 - 436.1K bytes - Viewed (0) -
Advanced contributing | Kubernetes
This page assumes that you understand how to contribute to new content and review others' work, and are ready to learn about more ways to contribute. You need to use the Git command line client and other tools for some of these tasks. Propose improvements SIG Docs members can propose improvements. After you've been contributing to the Kubernetes documentation for a while, you may have ideas for improving the Style Guide , the Content Guide, the toolchain used to build the documentation, the website style, the processes for reviewing and merging pull requests, or other aspects of the documentation.kubernetes.io/docs/contribute/advanced/Registered: Wed Apr 09 06:52:27 UTC 2025 - 441.6K bytes - Viewed (0) -
Enforcing Pod Security Standards | Kubernetes
This page provides an overview of best practices when it comes to enforcing Pod Security Standards. Using the built-in Pod Security Admission Controller FEATURE STATE: Kubernetes v1.25 [stable] The Pod Security Admission Controller intends to replace the deprecated PodSecurityPolicies. Configure all cluster namespaces Namespaces that lack any configuration at all should be considered significant gaps in your cluster security model. We recommend taking the time to analyze the types of workloads occurring in each namespace, and by referencing the Pod Security Standards, decide on an appropriate level for each of them.kubernetes.io/docs/setup/best-practices/enforcing-pod-security-standards/Registered: Wed Apr 09 05:51:25 UTC 2025 - 437.2K bytes - Viewed (0) -
PKI certificates and requirements | Kubernetes
Kubernetes requires PKI certificates for authentication over TLS. If you install Kubernetes with kubeadm, the certificates that your cluster requires are automatically generated. You can also generate your own certificates -- for example, to keep your private keys more secure by not storing them on the API server. This page explains the certificates that your cluster requires. How certificates are used by your cluster Kubernetes requires PKI for the following operations:kubernetes.io/docs/setup/best-practices/certificates/Registered: Wed Apr 09 05:51:29 UTC 2025 - 447.8K bytes - Viewed (0) -
Field Selectors | Kubernetes
Field selectors let you select Kubernetes objects based on the value of one or more resource fields. Here are some examples of field selector queries: metadata.name=my-service metadata.namespace!=default status.phase=Pending This kubectl command selects all Pods for which the value of the status.phase field is Running: kubectl get pods --field-selector status.phase=Running Note:Field selectors are essentially resource filters. By default, no selectors/filters are applied, meaning that all resources of the specified type are selected.kubernetes.io/docs/concepts/overview/working-with-objects/field-selectors/Registered: Wed Apr 09 05:52:38 UTC 2025 - 439.3K bytes - Viewed (0) -
Objects In Kubernetes | Kubernetes
Kubernetes objects are persistent entities in the Kubernetes system. Kubernetes uses these entities to represent the state of your cluster. Learn about the Kubernetes object model and how to work with these objects.kubernetes.io/docs/concepts/overview/working-with-objects/Registered: Wed Apr 09 05:52:43 UTC 2025 - 446.6K bytes - Viewed (0) -
Overview | Kubernetes
Kubernetes is a portable, extensible, open source platform for managing containerized workloads and services, that facilitates both declarative configuration and automation. It has a large, rapidly growing ecosystem. Kubernetes services, support, and tools are widely available.kubernetes.io/docs/concepts/overview/Registered: Wed Apr 09 05:52:20 UTC 2025 - 441.6K bytes - Viewed (0) -
Containers | Kubernetes
Technology for packaging an application along with its runtime dependencies.kubernetes.io/docs/concepts/containers/Registered: Wed Apr 09 05:51:49 UTC 2025 - 433.2K bytes - Viewed (0)