- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 151 - 160 of 669 for host:kubernetes.io (0.06 sec)
-
Good practices for Kubernetes Secrets | Kubernetes
Principles and practices for good Secret management for cluster administrators and application developers.kubernetes.io/docs/concepts/security/secrets-good-practices/Registered: Fri Nov 15 06:37:30 UTC 2024 - 432.4K bytes - Viewed (0) -
Windows Storage | Kubernetes
This page provides an storage overview specific to the Windows operating system. Persistent storage Windows has a layered filesystem driver to mount container layers and create a copy filesystem based on NTFS. All file paths in the container are resolved only within the context of that container. With Docker, volume mounts can only target a directory in the container, and not an individual file. This limitation does not apply to containerd.kubernetes.io/docs/concepts/storage/windows-storage/Registered: Fri Nov 15 06:37:13 UTC 2024 - 428K bytes - Viewed (0) -
Volume Snapshot Classes | Kubernetes
This document describes the concept of VolumeSnapshotClass in Kubernetes. Familiarity with volume snapshots and storage classes is suggested. Introduction Just like StorageClass provides a way for administrators to describe the "classes" of storage they offer when provisioning a volume, VolumeSnapshotClass provides a way to describe the "classes" of storage when provisioning a volume snapshot. The VolumeSnapshotClass Resource Each VolumeSnapshotClass contains the fields driver, deletionPolicy, and parameters, which are used when a VolumeSnapshot belonging to the class needs to be dynamically provisioned.kubernetes.io/docs/concepts/storage/volume-snapshot-classes/Registered: Fri Nov 15 06:37:26 UTC 2024 - 432.6K bytes - Viewed (0) -
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: Fri Nov 15 07:36:58 UTC 2024 - 429.7K bytes - Viewed (0) -
Logging Architecture | Kubernetes
Application logs can help you understand what is happening inside your application. The logs are particularly useful for debugging problems and monitoring cluster activity. Most modern applications have some kind of logging mechanism. Likewise, container engines are designed to support logging. The easiest and most adopted logging method for containerized applications is writing to standard output and standard error streams. However, the native functionality provided by a container engine or runtime is usually not enough for a complete logging solution.kubernetes.io/docs/concepts/cluster-administration/logging/Registered: Fri Nov 15 06:33:29 UTC 2024 - 473.8K bytes - Viewed (0) -
Scheduler Performance Tuning | Kubernetes
FEATURE STATE: Kubernetes v1.14 [beta] kube-scheduler is the Kubernetes default scheduler. It is responsible for placement of Pods on Nodes in a cluster. Nodes in a cluster that meet the scheduling requirements of a Pod are called feasible Nodes for the Pod. The scheduler finds feasible Nodes for a Pod and then runs a set of functions to score the feasible Nodes, picking a Node with the highest score among the feasible ones to run the Pod.kubernetes.io/docs/concepts/scheduling-eviction/scheduler-perf-tuning/Registered: Fri Nov 15 06:32:51 UTC 2024 - 434.2K bytes - Viewed (0) -
Security | Kubernetes
Concepts for keeping your cloud-native workload secure.kubernetes.io/docs/concepts/security/Registered: Fri Nov 15 06:32:35 UTC 2024 - 432.6K bytes - Viewed (0) -
Gateway API | Kubernetes
Gateway API is a family of API kinds that provide dynamic infrastructure provisioning and advanced traffic routing.kubernetes.io/docs/concepts/services-networking/gateway/Registered: Fri Nov 15 06:31:00 UTC 2024 - 439.7K bytes - Viewed (0) -
Kubernetes Scheduler | Kubernetes
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes so that Kubelet can run them. Scheduling overview A scheduler watches for newly created Pods that have no Node assigned. For every Pod that the scheduler discovers, the scheduler becomes responsible for finding the best Node for that Pod to run on. The scheduler reaches this placement decision taking into account the scheduling principles described below.kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/Registered: Fri Nov 15 06:31:38 UTC 2024 - 431.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: Fri Nov 15 06:49:23 UTC 2024 - 454.4K bytes - Viewed (0)