随笔分类 -  Kubernetes

摘要:一、k8s概念介绍 1、k8s介绍 kubernetes,简称K8s,是用8代替8个字符“ubernete”而成的缩写。是一个开源的,用于管理云平台中多个主机上的容器化的应用,Kubernetes的目标是让部署容器化的应用简单并且高效(powerful),Kubernetes提供了应用部署,规划,更 阅读全文
posted @ 2025-02-14 22:12 Zhentiw 阅读(4) 评论(0) 推荐(0) 编辑
摘要:Provision a Kubernetes Cluster with GKE using gcloud To complete the work in this course you going to need some tools. Kubernetes can be configured wi 阅读全文
posted @ 2022-05-29 22:57 Zhentiw 阅读(28) 评论(0) 推荐(0) 编辑
摘要:We’ll cover topics including: Why Orchestration? Kubernetes Fundamentals Kubernetes on AWS Using a Kubernetes Cluster Other Deployment Strategies Why 阅读全文
posted @ 2021-04-09 17:43 Zhentiw 阅读(44) 评论(0) 推荐(0) 编辑
摘要:Key Points AWS EKS is a service that we can use to set up Kubernetes. The deployment.yaml file is used to specify how our pods should be created. The  阅读全文
posted @ 2021-04-09 17:41 Zhentiw 阅读(58) 评论(0) 推荐(0) 编辑
摘要:Configuring Your Cluster Kubernetes has configurations that can be tuned to optimize your deployed application. Cost Replicas: you can reduce number o 阅读全文
posted @ 2021-04-09 17:40 Zhentiw 阅读(110) 评论(0) 推荐(0) 编辑
摘要:Kubernetes relies on Probes to determine the health of a Pod container. A Probe is a diagnostic performed periodically by the kubelet on a container. 阅读全文
posted @ 2019-10-31 23:27 Zhentiw 阅读(139) 评论(0) 推荐(0) 编辑
摘要:1. Define a yml file: nginx.pod.yml: apiVersion: v1 kind: Pod metadata: name: my-nginx labels: app: nginx rel: stable spec: containers: - name: my-ngi 阅读全文
posted @ 2019-10-27 22:39 Zhentiw 阅读(206) 评论(0) 推荐(0) 编辑
摘要:1. Create and run a Pod kubectl run my-nginx --image=nginx:alpine We can run kubectl get all to see what has been created: 2. Delete a Pod: kubectl de 阅读全文
posted @ 2019-10-27 22:10 Zhentiw 阅读(147) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示