Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 211 - 220 of 706 for host:kubernetes.io (0.02 sec)

  1. Server-Side Apply | Kubernetes

    FEATURE STATE: Kubernetes v1.22 [stable](enabled by default) Kubernetes supports multiple appliers collaborating to manage the fields of a single object. Server-Side Apply provides an optional mechanism for your cluster's control plane to track changes to an object's fields. At the level of a specific resource, Server-Side Apply records and tracks information about control over the fields of that object. Server-Side Apply helps users and controllers manage their resources through declarative configuration.
    kubernetes.io/docs/reference/using-api/server-side-apply/
    Registered: Fri Dec 12 08:48:36 UTC 2025
    - 518.3K bytes
    - Viewed (0)
  2. Running Multiple Instances of Your App | Kubern...

    Objectives Scale an existing app manually using kubectl. Scaling an application You can create from the start a Deployment with multiple instances using the --replicas parameter for the kubectl create deployment command. Previously we created a Deployment, and then exposed it publicly via a Service. The Deployment created only one Pod for running our application. When traffic increases, we will need to scale the application to keep up with user demand.
    kubernetes.io/docs/tutorials/kubernetes-basics/scale/scale-intro/
    Registered: Fri Dec 12 08:48:46 UTC 2025
    - 472.9K bytes
    - Viewed (0)
  3. Exposing an External IP Address to Access an Ap...

    This page shows how to create a Kubernetes Service object that exposes an external IP address. Before you begin Install kubectl. Use a cloud provider like Google Kubernetes Engine or Amazon Web Services to create a Kubernetes cluster. This tutorial creates an external load balancer, which requires a cloud provider. Configure kubectl to communicate with your Kubernetes API server. For instructions, see the documentation for your cloud provider. Objectives Run five instances of a Hello World application.
    kubernetes.io/docs/tutorials/stateless-application/expose-external-ip-address/
    Registered: Fri Dec 12 08:53:32 UTC 2025
    - 475.9K bytes
    - Viewed (0)
  4. Example: Deploying PHP Guestbook application wi...

    This tutorial shows you how to build and deploy a simple (not production ready), multi-tier web application using Kubernetes and Docker. This example consists of the following components: A single-instance Redis to store guestbook entries Multiple web frontend instances Objectives Start up a Redis leader. Start up two Redis followers. Start up the guestbook frontend. Expose and view the Frontend Service. Clean up. 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/tutorials/stateless-application/guestbook/
    Registered: Fri Dec 12 08:53:36 UTC 2025
    - 510.7K bytes
    - Viewed (0)
  5. Stateless Applications | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/stateless-application/
    Registered: Fri Dec 12 08:52:27 UTC 2025
    - 457.4K bytes
    - Viewed (0)
  6. Kubelet authentication/authorization | Kubernetes

    Overview A kubelet's HTTPS endpoint exposes APIs which give access to data of varying sensitivity, and allow you to perform operations with varying levels of power on the node and within containers. This document describes how to authenticate and authorize access to the kubelet's HTTPS endpoint. Kubelet authentication By default, requests to the kubelet's HTTPS endpoint that are not rejected by other configured authentication methods are treated as anonymous requests, and given a username of system:anonymous and a group of system:unauthenticated.
    kubernetes.io/docs/reference/access-authn-authz/kubelet-authn-authz/
    Registered: Fri Dec 12 08:53:19 UTC 2025
    - 465.6K bytes
    - Viewed (0)
  7. Security | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/security/
    Registered: Fri Dec 12 08:53:25 UTC 2025
    - 457.9K bytes
    - Viewed (0)
  8. Kubernetes Deprecation Policy | Kubernetes

    This document details the deprecation policy for various facets of the system. Kubernetes is a large system with many components and many contributors. As with any such software, the feature set naturally evolves over time, and sometimes a feature may need to be removed. This could include an API, a flag, or even an entire feature. To avoid breaking existing users, Kubernetes follows a deprecation policy for aspects of the system that are slated to be removed.
    kubernetes.io/docs/reference/using-api/deprecation-policy/
    Registered: Fri Dec 12 08:51:58 UTC 2025
    - 480.1K bytes
    - Viewed (0)
  9. StatefulSet Basics | Kubernetes

    This tutorial provides an introduction to managing applications with StatefulSets. It demonstrates how to create, delete, scale, and update the Pods of StatefulSets. Before you begin Before you begin this tutorial, you should familiarize yourself with the following Kubernetes concepts: Pods Cluster DNS Headless Services PersistentVolumes The kubectl command line tool You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster.
    kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/
    Registered: Fri Dec 12 08:55:04 UTC 2025
    - 554K bytes
    - Viewed (0)
  10. Deploy an App | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/
    Registered: Fri Dec 12 08:55:47 UTC 2025
    - 458.9K bytes
    - Viewed (0)
Back to top