- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 669 for host:docs.fluentd.org (0.03 sec)
-
Ephemeral Volumes | Kubernetes
This document describes ephemeral volumes in Kubernetes. Familiarity with volumes is suggested, in particular PersistentVolumeClaim and PersistentVolume. Some applications need additional storage but don't care whether that data is stored persistently across restarts. For example, caching services are often limited by memory size and can move infrequently used data into storage that is slower than memory with little impact on overall performance. Other applications expect some read-only input data to be present in files, like configuration data or secret keys.kubernetes.io/docs/concepts/storage/ephemeral-volumes/Registered: Mon Nov 04 06:13:17 UTC 2024 - 447.1K bytes - Viewed (0) -
Ingress Controllers | Kubernetes
In order for an [Ingress](/docs/concepts/services-networking/ingress/) to work in your cluster, there must be an _ingress controller_ running. You need to select at least one ingress controller and make sure it is set up in your cluster. This page lists common ingress controllers that you can deploy.kubernetes.io/docs/concepts/services-networking/ingress-controllers/Registered: Mon Nov 04 06:12:59 UTC 2024 - 435.6K bytes - Viewed (0) -
Workload Management | Kubernetes
Kubernetes provides several built-in APIs for declarative management of your workloads and the components of those workloads. Ultimately, your applications run as containers inside Pods; however, managing individual Pods would be a lot of effort. For example, if a Pod fails, you probably want to run a new Pod to replace it. Kubernetes can do that for you. You use the Kubernetes API to create a workload object that represents a higher abstraction level than a Pod, and then the Kubernetes control plane automatically manages Pod objects on your behalf, based on the specification for the workload object you defined.kubernetes.io/docs/concepts/workloads/controllers/Registered: Mon Nov 04 06:13:03 UTC 2024 - 431.7K bytes - Viewed (0) -
Operator pattern | Kubernetes
Operators are software extensions to Kubernetes that make use of custom resources to manage applications and their components. Operators follow Kubernetes principles, notably the control loop. Motivation The operator pattern aims to capture the key aim of a human operator who is managing a service or set of services. Human operators who look after specific applications and services have deep knowledge of how the system ought to behave, how to deploy it, and how to react if there are problems.kubernetes.io/docs/concepts/extend-kubernetes/operator/Registered: Mon Nov 04 06:21:20 UTC 2024 - 435.4K bytes - Viewed (0) -
Pod Scheduling Readiness | Kubernetes
FEATURE STATE: Kubernetes v1.30 [stable] Pods were considered ready for scheduling once created. Kubernetes scheduler does its due diligence to find nodes to place all pending Pods. However, in a real-world case, some Pods may stay in a "miss-essential-resources" state for a long period. These Pods actually churn the scheduler (and downstream integrators like Cluster AutoScaler) in an unnecessary manner. By specifying/removing a Pod's .spec.schedulingGates, you can control when a Pod is ready to be considered for scheduling.kubernetes.io/docs/concepts/scheduling-eviction/pod-scheduling-readiness/Registered: Mon Nov 04 06:21:34 UTC 2024 - 438.2K bytes - Viewed (0) -
Installing Addons | Kubernetes
Note: This section links to third party projects that provide functionality required by Kubernetes. The Kubernetes project authors aren't responsible for these projects, which are listed alphabetically. To add a project to this list, read the content guide before submitting a change. More information. Add-ons extend the functionality of Kubernetes. This page lists some of the available add-ons and links to their respective installation instructions. The list does not try to be exhaustive.kubernetes.io/docs/concepts/cluster-administration/addons/Registered: Mon Nov 04 06:21:02 UTC 2024 - 434.9K bytes - Viewed (0) -
Compute, Storage, and Networking Extensions | K...
This section covers extensions to your cluster that do not come as part as Kubernetes itself. You can use these extensions to enhance the nodes in your cluster, or to provide the network fabric that links Pods together. CSI and FlexVolume storage plugins Container Storage Interface (CSI) plugins provide a way to extend Kubernetes with supports for new kinds of volumes. The volumes can be backed by durable external storage, or provide ephemeral storage, or they might offer a read-only interface to information using a filesystem paradigm.kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/Registered: Mon Nov 04 06:21:15 UTC 2024 - 429.8K bytes - Viewed (0) -
Enable Or Disable A Kubernetes API | Kubernetes
This page shows how to enable or disable an API version from your cluster's control plane. Specific API versions can be turned on or off by passing --runtime-config=api/<version> as a command line argument to the API server. The values for this argument are a comma-separated list of API versions. Later values override earlier values. The runtime-config command line argument also supports 2 special keys: api/all, representing all known APIs api/legacy, representing only legacy APIs.kubernetes.io/docs/tasks/administer-cluster/enable-disable-api/Registered: Mon Nov 04 06:32:15 UTC 2024 - 426.5K bytes - Viewed (0) -
Access Clusters Using the Kubernetes API | Kube...
This page shows how to access clusters using the Kubernetes API. 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/administer-cluster/access-cluster-api/Registered: Mon Nov 04 06:30:51 UTC 2024 - 463.7K bytes - Viewed (0) -
Running Kubernetes Node Components as a Non-roo...
FEATURE STATE: Kubernetes v1.22 [alpha] This document describes how to run Kubernetes Node components such as kubelet, CRI, OCI, and CNI without root privileges, by using a user namespace. This technique is also known as rootless mode. Note:This document describes how to run Kubernetes Node components (and hence pods) as a non-root user. If you are just looking for how to run a pod as a non-root user, see SecurityContext.kubernetes.io/docs/tasks/administer-cluster/kubelet-in-userns/Registered: Mon Nov 04 06:31:42 UTC 2024 - 447.9K bytes - Viewed (0)