Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 181 - 190 of 723 for host:kubernetes.io (0.03 sec)

  1. Versions in CustomResourceDefinitions | Kubernetes

    This page explains how to add versioning information to CustomResourceDefinitions, to indicate the stability level of your CustomResourceDefinitions or advance your API to a new version with conversion between API representations. It also describes how to upgrade an object from one version to another. 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.
    kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definition-versioning/
    Registered: Mon Jan 26 07:08:02 UTC 2026
    - 616K bytes
    - Viewed (0)
  2. Networking | Kubernetes

    Learn how to configure networking for your cluster.
    kubernetes.io/docs/tasks/network/
    Registered: Mon Jan 26 07:08:12 UTC 2026
    - 465.9K bytes
    - Viewed (0)
  3. Kubernetes Default ServiceCIDR Reconfiguration ...

    FEATURE STATE: Kubernetes v1.33 [stable](enabled by default) This document shares how to reconfigure the default Service IP range(s) assigned to a cluster. 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/network/reconfigure-default-service-ip-ranges/
    Registered: Mon Jan 26 07:08:22 UTC 2026
    - 476K bytes
    - Viewed (0)
  4. Configure Certificate Rotation for the Kubelet ...

    This page shows how to enable and configure certificate rotation for the kubelet. FEATURE STATE: Kubernetes v1.19 [stable] Before you begin Kubernetes version 1.8.0 or later is required Overview The kubelet uses certificates for authenticating to the Kubernetes API. By default, these certificates are issued with one year expiration so that they do not need to be renewed too frequently. Kubernetes contains kubelet certificate rotation, that will automatically generate a new key and request a new certificate from the Kubernetes API as the current certificate approaches expiration.
    kubernetes.io/docs/tasks/tls/certificate-rotation/
    Registered: Mon Jan 26 07:07:33 UTC 2026
    - 471.9K bytes
    - Viewed (0)
  5. Limit Storage Consumption | Kubernetes

    This example demonstrates how to limit the amount of storage consumed in a namespace. The following resources are used in the demonstration: ResourceQuota, LimitRange, and PersistentVolumeClaim. 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.
    kubernetes.io/docs/tasks/administer-cluster/limit-storage-consumption/
    Registered: Mon Jan 26 06:50:28 UTC 2026
    - 475.3K bytes
    - Viewed (0)
  6. Debug Pods | Kubernetes

    This guide is to help users debug applications that are deployed into Kubernetes and not behaving correctly. This is not a guide for people who want to debug their cluster. For that you should check out this guide. Diagnosing the problem The first step in troubleshooting is triage. What is the problem? Is it your Pods, your Replication Controller or your Service? Debugging Pods Debugging Replication Controllers Debugging Services Debugging Pods The first step in debugging a Pod is taking a look at it.
    kubernetes.io/docs/tasks/debug/debug-application/debug-pods/
    Registered: Mon Jan 26 07:03:27 UTC 2026
    - 479.6K bytes
    - Viewed (0)
  7. Run a Replicated Stateful Application | Kubernetes

    This page shows how to run a replicated stateful application using a StatefulSet. This application is a replicated MySQL database. The example topology has a single primary server and multiple replicas, using asynchronous row-based replication. Note:This is not a production configuration. MySQL settings remain on insecure defaults to keep the focus on general patterns for running stateful applications in Kubernetes. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tasks/run-application/run-replicated-stateful-application/
    Registered: Mon Jan 26 07:03:38 UTC 2026
    - 539.7K bytes
    - Viewed (0)
  8. Configure a Pod to Use a ConfigMap | Kubernetes

    Many applications rely on configuration which is used during either application initialization or runtime. Most times, there is a requirement to adjust values assigned to configuration parameters. ConfigMaps are a Kubernetes mechanism that let you inject configuration data into application pods. The ConfigMap concept allow you to decouple configuration artifacts from image content to keep containerized applications portable. For example, you can download and run the same container image to spin up containers for the purposes of local development, system test, or running a live end-user workload.
    kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/
    Registered: Mon Jan 26 07:03:42 UTC 2026
    - 576.2K bytes
    - Viewed (0)
  9. Troubleshooting Clusters | Kubernetes

    Debugging common cluster issues.
    kubernetes.io/docs/tasks/debug/debug-cluster/
    Registered: Mon Jan 26 07:02:53 UTC 2026
    - 497.5K bytes
    - Viewed (0)
  10. Using kubectl to Create a Deployment | Kubernetes

    Objectives Learn about application Deployments. Deploy your first app on Kubernetes with kubectl. Kubernetes Deployments A Deployment is responsible for creating and updating instances of your application. Note:This tutorial uses a container that requires the AMD64 architecture. If you are using minikube on a computer with a different CPU architecture, you could try using minikube with a driver that can emulate AMD64. For example, the Docker Desktop driver can do this.
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/
    Registered: Mon Jan 26 07:04:34 UTC 2026
    - 480.7K bytes
    - Viewed (0)
Back to top