Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 151 - 160 of 600 for content_length:[500000 TO 999999] (0.03 seconds)

  1. Run a Stateless Application Using a Deployment ...

    This page shows how to run an application using a Kubernetes Deployment object. Objectives Create an nginx deployment. Use kubectl to list information about the deployment. Update the deployment. 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/run-application/run-stateless-application-deployment/
    Fri Feb 06 08:06:52 GMT 2026
      491.3K bytes
  2. CronJob | Kubernetes

    A CronJob starts one-time Jobs on a repeating schedule.
    kubernetes.io/docs/concepts/workloads/controllers/cron-jobs/
    Fri Feb 06 07:43:33 GMT 2026
      490K bytes
  3. Assign CPU Resources to Containers and Pods | K...

    This page shows how to assign a CPU request and a CPU limit to a container. Containers cannot use more CPU than the configured limit. Provided the system has CPU time free, a container is guaranteed to be allocated as much CPU as it requests. 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/configure-pod-container/assign-cpu-resource/
    Fri Feb 06 08:02:25 GMT 2026
      493.9K bytes
  4. DNS for Services and Pods | Kubernetes

    Your workload can discover Services within your cluster using DNS; this page explains how that works.
    kubernetes.io/docs/concepts/services-networking/dns-pod-service/
    Fri Feb 06 07:49:29 GMT 2026
      501K bytes
  5. Vertical Pod Autoscaling | Kubernetes

    In Kubernetes, a VerticalPodAutoscaler automatically updates a workload management resource (such as a Deployment or StatefulSet), with the aim of automatically adjusting infrastructure resource requests and limits to match actual usage. Vertical scaling means that the response to increased resource demand is to assign more resources (for example: memory or CPU) to the Pods that are already running for the workload. This is also known as rightsizing, or sometimes autopilot.
    kubernetes.io/docs/concepts/workloads/autoscaling/vertical-pod-autoscale/
    Fri Feb 06 07:47:48 GMT 2026
      490.6K bytes
  6. Creating a cluster with kubeadm | Kubernetes

    Using kubeadm, you can create a minimum viable Kubernetes cluster that conforms to best practices. In fact, you can use kubeadm to set up a cluster that will pass the Kubernetes Conformance tests. kubeadm also supports other cluster lifecycle functions, such as bootstrap tokens and cluster upgrades. The kubeadm tool is good if you need: A simple way for you to try out Kubernetes, possibly for the first time. A way for existing users to automate setting up a cluster and test their application.
    kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/
    Fri Feb 06 07:41:22 GMT 2026
      506.8K bytes
  7. ConfigMaps | Kubernetes

    A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. A ConfigMap allows you to decouple environment-specific configuration from your container images, so that your applications are easily portable. Caution:ConfigMap does not provide secrecy or encryption. If the data you want to store are confidential, use a Secret rather than a ConfigMap, or use additional (third party) tools to keep your data private.
    kubernetes.io/docs/concepts/configuration/configmap/
    Fri Feb 06 07:42:34 GMT 2026
      510.4K bytes
  8. Pods | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/concepts/workloads/pods/
    Fri Feb 06 07:41:18 GMT 2026
      512.5K bytes
  9. Labels and Selectors | Kubernetes

    Labels are key/value pairs that are attached to objects such as Pods. Labels are intended to be used to specify identifying attributes of objects that are meaningful and relevant to users, but do not directly imply semantics to the core system. Labels can be used to organize and to select subsets of objects. Labels can be attached to objects at creation time and subsequently added and modified at any time.
    kubernetes.io/docs/concepts/overview/working-with-objects/labels/
    Fri Feb 06 07:37:54 GMT 2026
      499.2K bytes
  10. Guide for Running Windows Containers in Kuberne...

    This page provides a walkthrough for some steps you can follow to run Windows containers using Kubernetes. The page also highlights some Windows specific functionality within Kubernetes. It is important to note that creating and deploying services and workloads on Kubernetes behaves in much the same way for Linux and Windows containers. The kubectl commands to interface with the cluster are identical. The examples in this page are provided to jumpstart your experience with Windows containers.
    kubernetes.io/docs/concepts/windows/user-guide/
    Fri Feb 06 07:54:33 GMT 2026
      502.9K bytes
Back to Top