Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 669 for host:kubernetes.io (0.04 sec)

  1. Kubernetes API Aggregation Layer | Kubernetes

    The aggregation layer allows Kubernetes to be extended with additional APIs, beyond what is offered by the core Kubernetes APIs. The additional APIs can either be ready-made solutions such as a metrics server, or APIs that you develop yourself. The aggregation layer is different from Custom Resource Definitions, which are a way to make the kube-apiserver recognise new kinds of object. Aggregation layer The aggregation layer runs in-process with the kube-apiserver.
    kubernetes.io/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
    Registered: Fri Nov 15 06:42:58 UTC 2024
    - 429.4K bytes
    - Viewed (0)
  2. 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: Fri Nov 15 06:43:02 UTC 2024
    - 435.4K bytes
    - Viewed (0)
  3. Control CPU Management Policies on the Node | K...

    FEATURE STATE: Kubernetes v1.26 [stable] Kubernetes keeps many aspects of how pods execute on nodes abstracted from the user. This is by design. However, some workloads require stronger guarantees in terms of latency and/or performance in order to operate acceptably. The kubelet provides methods to enable more complex workload placement policies while keeping the abstraction free from explicit placement directives. For detailed information on resource management, please refer to the Resource Management for Pods and Containers documentation.
    kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/
    Registered: Fri Nov 15 06:42:48 UTC 2024
    - 452.7K bytes
    - Viewed (0)
  4. Cloud Controller Manager Administration | Kuber...

    FEATURE STATE: Kubernetes v1.11 [beta] Since cloud providers develop and release at a different pace compared to the Kubernetes project, abstracting the provider-specific code to the cloud-controller-manager binary allows cloud vendors to evolve independently from the core Kubernetes code. The cloud-controller-manager can be linked to any cloud provider that satisfies cloudprovider.Interface. For backwards compatibility, the cloud-controller-manager provided in the core Kubernetes project uses the same cloud libraries as kube-controller-manager. Cloud providers already supported in Kubernetes core are expected to use the in-tree cloud-controller-manager to transition out of Kubernetes core.
    kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/
    Registered: Fri Nov 15 06:43:39 UTC 2024
    - 449.7K bytes
    - Viewed (0)
  5. Configure a kubelet image credential provider |...

    FEATURE STATE: Kubernetes v1.26 [stable] Starting from Kubernetes v1.20, the kubelet can dynamically retrieve credentials for a container image registry using exec plugins. The kubelet and the exec plugin communicate through stdio (stdin, stdout, and stderr) using Kubernetes versioned APIs. These plugins allow the kubelet to request credentials for a container registry dynamically as opposed to storing static credentials on disk. For example, the plugin may talk to a local metadata server to retrieve short-lived credentials for an image that is being pulled by the kubelet.
    kubernetes.io/docs/tasks/administer-cluster/kubelet-credential-provider/
    Registered: Fri Nov 15 06:42:41 UTC 2024
    - 444.4K bytes
    - Viewed (0)
  6. Decrypt Confidential Data that is Already Encry...

    All of the APIs in Kubernetes that let you write persistent API resource data support at-rest encryption. For example, you can enable at-rest encryption for Secrets. This at-rest encryption is additional to any system-level encryption for the etcd cluster or for the filesystem(s) on hosts where you are running the kube-apiserver. This page shows how to switch from encryption of API data at rest, so that API data are stored unencrypted.
    kubernetes.io/docs/tasks/administer-cluster/decrypt-data/
    Registered: Fri Nov 15 06:42:22 UTC 2024
    - 438K bytes
    - Viewed (0)
  7. Migrate Replicated Control Plane To Use Cloud C...

    The cloud-controller-manager is a Kubernetes control plane component that embeds cloud-specific control logic. The cloud controller manager lets you link your cluster into your cloud provider's API, and separates out the components that interact with that cloud platform from components that only interact with your cluster. By decoupling the interoperability logic between Kubernetes and the underlying cloud infrastructure, the cloud-controller-manager component enables cloud providers to release features at a different pace compared to the main Kubernetes project.
    kubernetes.io/docs/tasks/administer-cluster/controller-manager-leader-migration/
    Registered: Fri Nov 15 06:44:28 UTC 2024
    - 448.8K bytes
    - Viewed (0)
  8. Configure a Pod Quota for a Namespace | Kubernetes

    Restrict how many Pods you can create within a namespace.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/quota-pod-namespace/
    Registered: Fri Nov 15 06:44:32 UTC 2024
    - 439.9K bytes
    - Viewed (0)
  9. Configure Minimum and Maximum CPU Constraints f...

    Define a range of valid CPU resource limits for a namespace, so that every new Pod in that namespace falls within the range you configure.
    kubernetes.io/docs/tasks/administer-cluster/manage-resources/cpu-constraint-namespace/
    Registered: Fri Nov 15 06:43:55 UTC 2024
    - 457.1K bytes
    - Viewed (0)
  10. Romana for NetworkPolicy | Kubernetes

    This page shows how to use Romana for NetworkPolicy. Before you begin Complete steps 1, 2, and 3 of the kubeadm getting started guide. Installing Romana with kubeadm Follow the containerized installation guide for kubeadm. Applying network policies To apply network policies use one of the following: Romana network policies. Example of Romana network policy. The NetworkPolicy API. What's next Once you have installed Romana, you can follow the Declare Network Policy to try out Kubernetes NetworkPolicy.
    kubernetes.io/docs/tasks/administer-cluster/network-policy-provider/romana-network-policy/
    Registered: Fri Nov 15 06:44:42 UTC 2024
    - 427.1K bytes
    - Viewed (0)
Back to top