kubectl patch node prodca-kube-master -p '{"spec":{"unschedulable":true}}' kubectl cordon node1 kubectl uncordon node1 1.1 Common Commands 1.2 Check Performance 1.3 Resources Deletion 1.4 Log & Conf Files 1.5 Pod 1.6 Label & Annontation 1.7 Deployment & Scale 1.8 Quota & Limits & Resour...
$ aws s3api create-bucket --bucket s3.k8s.containerized.me \ --region eu-west-1 --create-bucket-configuration \ LocationConstraint=eu-west-1 这个S3 存储桶将成为我们 Kubernetes 集群配置的真相来源。为了简单起见,建议使用us-east-1地区;否则,需要指定适当的LocationConstraint以便在所需的地区创建存储...
create Create a resource from a file or from stdin expose Take a replication controller,service, deployment or pod and expose it as a new Kubernetesservice run Run a particular image on the cluster setSet specific features on objects Basic Commands (Intermediate): explain Get documentationfora re...
Once you are familiar with the commands and feel comfortable enough to keep deep diving, learn some OS concepts: Memory Management Processes Kernel Virtualization Storage A completely free application for testing your knowledge on Linux System Design can be a complex topic. For that reason, I've ...
{NJS_VERSION} \ gettext-base \ && rm -rf /var/lib/apt/lists/* # optional commands to run at shell inside container at build time # this one adds package repo for nginx from nginx.org and installs it RUN ln -sf /dev/stdout /var/log/nginx/access.log \ && ln -sf /dev/stderr ...