- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 699 for host:kubernetes.io (0.02 sec)
-
Images | Kubernetes
A container image represents binary data that encapsulates an application and all its software dependencies. Container images are executable software bundles that can run standalone and that make very well-defined assumptions about their runtime environment. You typically create a container image of your application and push it to a registry before referring to it in a Pod. This page provides an outline of the container image concept. Note:If you are looking for the container images for a Kubernetes release (such as v1.kubernetes.io/docs/concepts/containers/images/Registered: Mon Sep 15 08:24:29 UTC 2025 - 495.8K bytes - Viewed (0) -
Pod Lifecycle | Kubernetes
This page describes the lifecycle of a Pod. Pods follow a defined lifecycle, starting in the Pending phase, moving through Running if at least one of its primary containers starts OK, and then through either the Succeeded or Failed phases depending on whether any container in the Pod terminated in failure. Like individual application containers, Pods are considered to be relatively ephemeral (rather than durable) entities. Pods are created, assigned a unique ID (UID), and scheduled to run on nodes where they remain until termination (according to restart policy) or deletion.kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/Registered: Mon Sep 15 08:23:42 UTC 2025 - 532.9K bytes - Viewed (0) -
Automatic Cleanup for Finished Jobs | Kubernetes
A time-to-live mechanism to clean up old Jobs that have finished execution.kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished/Registered: Mon Sep 15 08:20:22 UTC 2025 - 460.6K bytes - Viewed (0) -
Object Names and IDs | Kubernetes
Each object in your cluster has a Name that is unique for that type of resource. Every Kubernetes object also has a UID that is unique across your whole cluster. For example, you can only have one Pod named myapp-1234 within the same namespace, but you can have one Pod and one Deployment that are each named myapp-1234. For non-unique user-provided attributes, Kubernetes provides labels and annotations. Names A client-provided string that refers to an object in a resource URL, such as /api/v1/pods/some-name.kubernetes.io/docs/concepts/overview/working-with-objects/names/Registered: Mon Sep 15 08:19:39 UTC 2025 - 465.6K bytes - Viewed (0) -
Containers | Kubernetes
Technology for packaging an application along with its runtime dependencies.kubernetes.io/docs/concepts/containers/Registered: Mon Sep 15 08:19:30 UTC 2025 - 459.4K bytes - Viewed (0) -
Manage HugePages | Kubernetes
Configure and manage huge pages as a schedulable resource in a cluster.kubernetes.io/docs/tasks/manage-hugepages/scheduling-hugepages/Registered: Mon Sep 15 09:05:32 UTC 2025 - 468.2K bytes - Viewed (0) -
API Access Control | Kubernetes
Production-Grade Container Orchestrationkubernetes.io/docs/reference/access-authn-authz/Registered: Mon Sep 15 09:06:40 UTC 2025 - 458.2K bytes - Viewed (0) -
Namespaces Walkthrough | Kubernetes
Kubernetes namespaces help different projects, teams, or customers to share a Kubernetes cluster. It does this by providing the following: A scope for Names. A mechanism to attach authorization and policy to a subsection of the cluster. Use of multiple namespaces is optional. This example demonstrates how to use Kubernetes namespaces to subdivide your 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.kubernetes.io/docs/tutorials/cluster-management/namespaces-walkthrough/Registered: Mon Sep 15 09:06:03 UTC 2025 - 490.3K bytes - Viewed (0) -
Using ABAC Authorization | Kubernetes
Attribute-based access control (ABAC) defines an access control paradigm whereby access rights are granted to users through the use of policies which combine attributes together. Policy File Format To enable ABAC mode, specify --authorization-policy-file=SOME_FILENAME and --authorization-mode=ABAC on startup. The file format is one JSON object per line. There should be no enclosing list or map, only one map per line. Each line is a "policy object", where each such object is a map with the following properties:kubernetes.io/docs/reference/access-authn-authz/abac/Registered: Mon Sep 15 09:06:31 UTC 2025 - 469.6K bytes - Viewed (0) -
Install Tools | Kubernetes
Set up Kubernetes tools on your computer.kubernetes.io/docs/tasks/tools/Registered: Mon Sep 15 08:36:56 UTC 2025 - 458.6K bytes - Viewed (0)