Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Popular Words: [xss] %27 テスト test

Results 11 - 20 of 699 for host:kubernetes.io (0.03 sec)

  1. Imperative Management of Kubernetes Objects Usi...

    Kubernetes objects can be created, updated, and deleted by using the kubectl command-line tool along with an object configuration file written in YAML or JSON. This document explains how to define and manage objects using configuration files. Before you begin Install kubectl. You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts.
    kubernetes.io/docs/tasks/manage-kubernetes-objects/imperative-config/
    Registered: Wed Sep 03 06:21:34 UTC 2025
    - 465.5K bytes
    - Viewed (0)
  2. Expose Your App Publicly | Kubernetes

    Production-Grade Container Orchestration
    kubernetes.io/docs/tutorials/kubernetes-basics/expose/
    Registered: Wed Sep 03 06:27:33 UTC 2025
    - 454.9K bytes
    - Viewed (0)
  3. Manual Rotation of CA Certificates | Kubernetes

    This page shows how to manually rotate the certificate authority (CA) certificates. Before you begin You need to have a Kubernetes cluster, and the kubectl command-line tool must be configured to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not acting as control plane hosts. If you do not already have a cluster, you can create one by using minikube or you can use one of these Kubernetes playgrounds:
    kubernetes.io/docs/tasks/tls/manual-rotation-of-ca-certificates/
    Registered: Wed Sep 03 06:27:37 UTC 2025
    - 468.2K bytes
    - Viewed (0)
  4. Using kubectl to Create a Deployment | Kubernetes

    Objectives Learn about application Deployments. Deploy your first app on Kubernetes with kubectl. Kubernetes Deployments A Deployment is responsible for creating and updating instances of your application. Note:This tutorial uses a container that requires the AMD64 architecture. If you are using minikube on a computer with a different CPU architecture, you could try using minikube with a driver that can emulate AMD64. For example, the Docker Desktop driver can do this.
    kubernetes.io/docs/tutorials/kubernetes-basics/deploy-app/deploy-intro/
    Registered: Wed Sep 03 06:27:02 UTC 2025
    - 467.7K bytes
    - Viewed (0)
  5. Install Tools | Kubernetes

    Set up Kubernetes tools on your computer.
    kubernetes.io/docs/tasks/tools/
    Registered: Wed Sep 03 06:04:29 UTC 2025
    - 456.8K bytes
    - Viewed (0)
  6. Set Kubelet Parameters Via A Configuration File...

    Before you begin Some steps in this page use the jq tool. If you don't have jq, you can install it via your operating system's software sources, or fetch it from https://jqlang.github.io/jq/. Some steps also involve installing curl, which can be installed via your operating system's software sources. A subset of the kubelet's configuration parameters may be set via an on-disk config file, as a substitute for command-line flags. Providing parameters via a config file is the recommended approach because it simplifies node deployment and configuration management.
    kubernetes.io/docs/tasks/administer-cluster/kubelet-config-file/
    Registered: Wed Sep 03 06:12:11 UTC 2025
    - 484.4K bytes
    - Viewed (0)
  7. Configure a Pod to Use a ConfigMap | Kubernetes

    Many applications rely on configuration which is used during either application initialization or runtime. Most times, there is a requirement to adjust values assigned to configuration parameters. ConfigMaps are a Kubernetes mechanism that let you inject configuration data into application pods. The ConfigMap concept allow you to decouple configuration artifacts from image content to keep containerized applications portable. For example, you can download and run the same container image to spin up containers for the purposes of local development, system test, or running a live end-user workload.
    kubernetes.io/docs/tasks/configure-pod-container/configure-pod-configmap/
    Registered: Wed Sep 03 06:11:45 UTC 2025
    - 563.2K bytes
    - Viewed (0)
  8. Restrict a Container's Syscalls with seccomp | ...

    FEATURE STATE: Kubernetes v1.19 [stable] Seccomp stands for secure computing mode and has been a feature of the Linux kernel since version 2.6.12. It can be used to sandbox the privileges of a process, restricting the calls it is able to make from userspace into the kernel. Kubernetes lets you automatically apply seccomp profiles loaded onto a node to your Pods and containers. Identifying the privileges required for your workloads can be difficult.
    kubernetes.io/docs/tutorials/security/seccomp/
    Registered: Wed Sep 03 06:34:42 UTC 2025
    - 517.4K bytes
    - Viewed (0)
  9. kubectl | Kubernetes

    Synopsis kubectl controls the Kubernetes cluster manager. Find more information at: https://kubernetes.io/docs/reference/kubectl/ kubectl [flags] Options --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. --as-uid string UID to impersonate for the operation. --cache-dir string     Default: "$HOME/.kube/cache" Default cache directory --certificate-authority string Path to a cert file for the certificate authority
    kubernetes.io/docs/reference/kubectl/generated/kubectl/
    Registered: Wed Sep 03 06:35:42 UTC 2025
    - 465.9K bytes
    - Viewed (0)
  10. kubectl config delete-context | Kubernetes

    Synopsis Delete the specified context from the kubeconfig. kubectl config delete-context NAME Examples # Delete the context for the minikube cluster kubectl config delete-context minikube Options -h, --help help for delete-context Parent Options Inherited --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_config/kubectl_config_delete-context/ Similar Results (7)
    Registered: Wed Sep 03 06:45:56 UTC 2025
    - 462.3K bytes
    - Viewed (0)
Back to top