- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 51 - 60 of 702 for host:kubernetes.io (0.09 sec)
- 
				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 Oct 24 09:58:33 UTC 2025 - 473.3K bytes - Viewed (0)
- 
				Security | KubernetesProduction-Grade Container Orchestrationkubernetes.io/docs/tutorials/security/Registered: Fri Oct 24 09:57:46 UTC 2025 - 458.3K bytes - Viewed (0)
- 
				Server-Side Apply | KubernetesFEATURE STATE: Kubernetes v1.22 [stable] (enabled by default: true) 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 Oct 24 09:59:28 UTC 2025 - 518.7K bytes - Viewed (0)
- 
				Stateless Applications | KubernetesProduction-Grade Container Orchestrationkubernetes.io/docs/tutorials/stateless-application/Registered: Fri Oct 24 09:59:35 UTC 2025 - 457.7K bytes - Viewed (0)
- 
				Explore Termination Behavior for Pods And Their...Once you connected your Application with Service following steps like those outlined in Connecting Applications with Services, you have a continuously running, replicated application, that is exposed on a network. This tutorial helps you look at the termination flow for Pods and to explore ways to implement graceful connection draining. Termination process for Pods and their endpoints There are often cases when you need to terminate a Pod - be it to upgrade or scale down.kubernetes.io/docs/tutorials/services/pods-and-endpoint-termination-flow/Registered: Fri Oct 24 09:59:50 UTC 2025 - 477.5K bytes - Viewed (0)
- 
				Glossary | KubernetesGlossary This glossary is intended to be a comprehensive, standardized list of Kubernetes terminology. It includes te...kubernetes.io/docs/reference/glossary/ Similar Results (1)Registered: Fri Oct 24 10:01:53 UTC 2025 - 664.3K bytes - Viewed (0)
- 
				Authenticating | KubernetesThis page provides an overview of authentication in Kubernetes, with a focus on authentication to the Kubernetes API. Users in Kubernetes All Kubernetes clusters have two categories of users: service accounts managed by Kubernetes, and normal users. It is assumed that a cluster-independent service manages normal users in the following ways: an administrator distributing private keys a user store like Keystone or Google Accounts a file with a list of usernames and passwords In this regard, Kubernetes does not have objects which represent normal user accounts.kubernetes.io/docs/reference/access-authn-authz/authentication/Registered: Fri Oct 24 10:00:02 UTC 2025 - 680.9K bytes - Viewed (0)
- 
				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 Oct 24 10:00:35 UTC 2025 - 476.2K bytes - Viewed (0)
- 
				StatefulSet Basics | KubernetesThis 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 PersistentVolume Provisioning 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 Oct 24 10:00:41 UTC 2025 - 554.6K bytes - Viewed (0)
- 
				Kubelet authentication/authorization | KubernetesOverview 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 Oct 24 10:07:16 UTC 2025 - 466K bytes - Viewed (0)