Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

Results 51 - 60 of 630 for host:kubernetes.io (0.02 sec)

  1. kubectl replace | Kubernetes

    Synopsis Replace a resource by file name or stdin. JSON and YAML formats are accepted. If replacing an existing resource, the complete resource spec must be provided. This can be obtained by $ kubectl get TYPE NAME -o yaml kubectl replace -f FILENAME Examples # Replace a pod using the data in pod.json kubectl replace -f ./pod.json # Replace a pod based on the JSON passed into stdin cat pod.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_replace/
    Registered: Fri May 31 06:28:30 UTC 2024
    - 428.6K bytes
    - Viewed (0)
  2. kubectl top | Kubernetes

    Synopsis Display resource (CPU/memory) usage. The top command allows you to see the resource consumption for nodes or pods. This command requires Metrics Server to be correctly configured and working on the server. kubectl top [flags] Options -h, --help help for top --as string Username to impersonate for the operation. User could be a regular user or a service account in a namespace. --as-group strings Group to impersonate for the operation, this flag can be repeated to specify multiple groups.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_top/
    Registered: Fri May 31 06:28:37 UTC 2024
    - 423.2K bytes
    - Viewed (0)
  3. kube-apiserver | Kubernetes

    Synopsis The Kubernetes API server validates and configures data for the api objects which include pods, services, replicationcontrollers, and others. The API Server services REST operations and provides the frontend to the cluster's shared state through which all other components interact. kube-apiserver [flags] Options --admission-control-config-file string File with admission control configuration. --advertise-address string The IP address on which to advertise the apiserver to members of the cluster. This address must be reachable by the rest of the cluster.
    kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/
    Registered: Fri May 31 06:28:24 UTC 2024
    - 476.8K bytes
    - Viewed (0)
  4. kubectl expose | Kubernetes

    Synopsis Expose a resource as a new Kubernetes service. Looks up a deployment, service, replica set, replication controller or pod by name and uses the selector for that resource as the selector for a new service on the specified port. A deployment or replica set will be exposed as a service only if its selector is convertible to a selector that service supports, i.e. when the selector contains only the matchLabels component.
    kubernetes.io/docs/reference/kubectl/generated/kubectl_expose/
    Registered: Fri May 31 06:27:32 UTC 2024
    - 430.7K bytes
    - Viewed (0)
  5. kube-apiserver Audit Configuration (v1) | Kuber...

    Resource Types Event EventList Policy PolicyList Event Appears in: EventList Event captures all the information that can be included in an API audit log. FieldDescription apiVersionstringaudit.k8s.io/v1 kindstringEvent level [Required] Level AuditLevel at which event was generated auditID [Required] k8s.io/apimachinery/pkg/types.UID Unique audit ID, generated for each request. stage [Required] Stage Stage of the request handling when this event instance was generated. requestURI [Required] string RequestURI is the request URI as sent by the client to a server.
    kubernetes.io/docs/reference/config-api/apiserver-audit.v1/
    Registered: Fri May 31 06:30:26 UTC 2024
    - 432K bytes
    - Viewed (0)
  6. Ingress Controllers | Kubernetes

    In order for an [Ingress](/docs/concepts/services-networking/ingress/) to work in your cluster, there must be an _ingress controller_ running. You need to select at least one ingress controller and make sure it is set up in your cluster. This page lists common ingress controllers that you can deploy.
    kubernetes.io/docs/concepts/services-networking/ingress-controllers/
    Registered: Fri May 31 05:33:46 UTC 2024
    - 426.2K bytes
    - Viewed (0)
  7. Linux kernel security constraints for Pods and ...

    Overview of Linux kernel security modules and constraints that you can use to harden your Pods and containers.
    kubernetes.io/docs/concepts/security/linux-kernel-security-constraints/
    Registered: Fri May 31 05:40:23 UTC 2024
    - 429.6K bytes
    - Viewed (0)
  8. Workload Management | Kubernetes

    Kubernetes provides several built-in APIs for declarative management of your workloads and the components of those workloads. Ultimately, your applications run as containers inside Pods; however, managing individual Pods would be a lot of effort. For example, if a Pod fails, you probably want to run a new Pod to replace it. Kubernetes can do that for you. You use the Kubernetes API to create a workload object that represents a higher abstraction level than a Pod, and then the Kubernetes control plane automatically manages Pod objects on your behalf, based on the specification for the workload object you defined.
    kubernetes.io/docs/concepts/workloads/controllers/
    Registered: Fri May 31 05:38:28 UTC 2024
    - 421K bytes
    - Viewed (0)
  9. Pull an Image from a Private Registry | Kubernetes

    This page shows how to create a Pod that uses a Secret to pull an image from a private container image registry or repository. There are many private registries in use. This task uses Docker Hub as an example registry. ๐Ÿ›‡ This item links to a third party project or product that is not part of Kubernetes itself. More information 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/pull-image-private-registry/
    Registered: Fri May 31 05:54:59 UTC 2024
    - 439.2K bytes
    - Viewed (0)
  10. Create a Windows HostProcess Pod | Kubernetes

    FEATURE STATE: Kubernetes v1.26 [stable] Windows HostProcess containers enable you to run containerized workloads on a Windows host. These containers operate as normal processes but have access to the host network namespace, storage, and devices when given the appropriate user privileges. HostProcess containers can be used to deploy network plugins, storage configurations, device plugins, kube-proxy, and other components to Windows nodes without the need for dedicated proxies or the direct installation of host services.
    kubernetes.io/docs/tasks/configure-pod-container/create-hostprocess-pod/
    Registered: Fri May 31 05:55:20 UTC 2024
    - 434K bytes
    - Viewed (0)
Back to top