- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 4161 - 4170 of about 10,000 for timestamp:[now/d-7d TO *] (0.36 sec)
-
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 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: Mon Sep 15 09:08:26 UTC 2025 - 552.3K bytes - Viewed (0) -
Git - git-merge Documentation
Português (Brasil) ▾ English Français Português (Brasil) 简体中文 Topics ▾ Setup and Config git config help bugreport Cre...git-scm.com/docs/git-merge/pt_BRRegistered: Mon Sep 15 09:08:39 UTC 2025 - Last Modified: Sat Sep 13 12:15:24 UTC 2025 - 112.3K bytes - Viewed (0) -
Glossary | Kubernetes
Glossary 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: Mon Sep 15 09:09:58 UTC 2025 - 662K bytes - Viewed (0) -
Authenticating | Kubernetes
This 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: Mon Sep 15 09:09:40 UTC 2025 - 674.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: Mon Sep 15 09:09:49 UTC 2025 - 473.8K bytes - Viewed (0) -
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: Mon Sep 15 09:09:30 UTC 2025 - 463.7K bytes - Viewed (0) -
Mutating Admission Policy | Kubernetes
FEATURE STATE: Kubernetes v1.34 [beta] This page provides an overview of MutatingAdmissionPolicies. MutatingAdmissionPolicies allow you change what happens when someone writes a change to the Kubernetes API. If you want to use declarative policies just to prevent a particular kind of change to resources (for example: protecting platform namespaces from deletion), ValidatingAdmissionPolicy is a simpler and more effective alternative. To use the feature, enable the MutatingAdmissionPolicy feature gate (which is off by default) and set --runtime-config=admissionregistration.kubernetes.io/docs/reference/access-authn-authz/mutating-admission-policy/Registered: Mon Sep 15 09:09:36 UTC 2025 - 487.7K bytes - Viewed (0) -
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: Mon Sep 15 09:09:53 UTC 2025 - 478.2K bytes - Viewed (0) -
Security | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/tutorials/security/Registered: Mon Sep 15 09:10:21 UTC 2025 - 456K bytes - Viewed (0) -
Using the Request Directly - FastAPI
fastapi.tiangolo.com/it/advanced/using-request-directly/Registered: Mon Sep 15 09:10:49 UTC 2025 - 108.1K bytes - Viewed (0)