Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: ใƒ†ใ‚นใƒˆ test

Results 21 - 30 of 661 for timestamp:[now/d-1y TO *] (0.04 sec)

  1. Configure RunAsUserName for Windows pods and co...

    FEATURE STATE: Kubernetes v1.18 [stable] This page shows how to use the runAsUserName setting for Pods and containers that will run on Windows nodes. This is roughly equivalent of the Linux-specific runAsUser setting, allowing you to run applications in a container as a different username than the default. 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/tasks/configure-pod-container/configure-runasusername/
    Registered: Fri May 03 07:42:24 UTC 2024
    - 431.8K bytes
    - Viewed (0)
  2. Verify Signed Kubernetes Artifacts | Kubernetes

    FEATURE STATE: Kubernetes v1.26 [beta] Before you begin You will need to have the following tools installed: cosign (install guide) curl (often provided by your operating system) jq (download jq) Verifying binary signatures The Kubernetes release process signs all binary artifacts (tarballs, SPDX files, standalone binaries) by using cosign's keyless signing. To verify a particular binary, retrieve it together with its signature and certificate: URL=https://dl.k8s.io/release/v1.30.0/bin/linux/amd64 BINARY=kubectl FILES=( "$BINARY" "$BINARY.sig" "$BINARY.
    kubernetes.io/docs/tasks/administer-cluster/verify-signed-artifacts/
    Registered: Fri May 03 07:43:03 UTC 2024
    - 430.8K bytes
    - Viewed (0)
  3. Finalizers | Kubernetes

    Finalizers are namespaced keys that tell Kubernetes to wait until specific conditions are met before it fully deletes resources marked for deletion. Finalizers alert controllers to clean up resources the deleted object owned. When you tell Kubernetes to delete an object that has finalizers specified for it, the Kubernetes API marks the object for deletion by populating .metadata.deletionTimestamp, and returns a 202 status code (HTTP "Accepted"). The target object remains in a terminating state while the control plane, or other components, take the actions defined by the finalizers.
    kubernetes.io/docs/concepts/overview/working-with-objects/finalizers/
    Registered: Fri May 03 07:24:41 UTC 2024
    - 424.7K bytes
    - Viewed (0)
  4. Garbage Collection | Kubernetes

    Garbage collection is a collective term for the various mechanisms Kubernetes uses to clean up cluster resources. This allows the clean up of resources like the following: Terminated pods Completed Jobs Objects without owner references Unused containers and container images Dynamically provisioned PersistentVolumes with a StorageClass reclaim policy of Delete Stale or expired CertificateSigningRequests (CSRs) Nodes deleted in the following scenarios: On a cloud when the cluster uses a cloud controller manager On-premises when the cluster uses an addon similar to a cloud controller manager Node Lease objects Owners and dependents Many objects in Kubernetes link to each other through owner references.
    kubernetes.io/docs/concepts/architecture/garbage-collection/
    Registered: Fri May 03 07:24:51 UTC 2024
    - 429.9K bytes
    - Viewed (0)
  5. ReplicationController | Kubernetes

    Legacy API for managing workloads that can scale horizontally. Superseded by the Deployment and ReplicaSet APIs.
    kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/
    Registered: Fri May 03 07:24:15 UTC 2024
    - 442.2K bytes
    - Viewed (0)
  6. Autoscaling Workloads | Kubernetes

    With autoscaling, you can automatically update your workloads in one way or another. This allows your cluster to react to changes in resource demand more elastically and efficiently.
    kubernetes.io/docs/concepts/workloads/autoscaling/
    Registered: Fri May 03 07:24:33 UTC 2024
    - 423.9K bytes
    - Viewed (0)
  7. About cgroup v2 | Kubernetes

    On Linux, control groups constrain resources that are allocated to processes. The kubelet and the underlying container runtime need to interface with cgroups to enforce resource management for pods and containers which includes cpu/memory requests and limits for containerized workloads. There are two versions of cgroups in Linux: cgroup v1 and cgroup v2. cgroup v2 is the new generation of the cgroup API. What is cgroup v2? FEATURE STATE: Kubernetes v1.
    kubernetes.io/docs/concepts/architecture/cgroups/
    Registered: Fri May 03 07:25:16 UTC 2024
    - 422.4K bytes
    - Viewed (0)
  8. Kubernetes Documentation | Kubernetes

    Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation.
    kubernetes.io/docs/home/
    Registered: Fri May 03 07:21:21 UTC 2024
    - 419.7K bytes
    - Viewed (0)
  9. Container Environment | Kubernetes

    This page describes the resources available to Containers in the Container environment. Container environment The Kubernetes Container environment provides several important resources to Containers: A filesystem, which is a combination of an image and one or more volumes. Information about the Container itself. Information about other objects in the cluster. Container information The hostname of a Container is the name of the Pod in which the Container is running. It is available through the hostname command or the gethostname function call in libc.
    kubernetes.io/docs/concepts/containers/container-environment/
    Registered: Fri May 03 07:27:01 UTC 2024
    - 419.8K bytes
    - Viewed (0)
  10. Networking on Windows | Kubernetes

    Kubernetes supports running nodes on either Linux or Windows. You can mix both kinds of node within a single cluster. This page provides an overview to networking specific to the Windows operating system. Container networking on Windows Networking for Windows containers is exposed through CNI plugins. Windows containers function similarly to virtual machines in regards to networking. Each container has a virtual network adapter (vNIC) which is connected to a Hyper-V virtual switch (vSwitch).
    kubernetes.io/docs/concepts/services-networking/windows-networking/
    Registered: Fri May 03 07:27:32 UTC 2024
    - 429.6K bytes
    - Viewed (0)
Back to top