标签:K8S

怎么登录Supervisor Control Plane VMs以及和VCSA通讯

vSphere With Tanzu网络通信图 登录Supervisor Control Plane VMs虚拟机 First SSH into vCenter and run /usr/lib/vmware-wcp/decryptK8Pwd.py root@vcente...

写给 VMware 用户看的 Kubernetes

容器技术是最近几年非常热门的技术,它似乎就是为云端的应用量身定制的,所以它也被贴上了云原生应用 (Cloud Native Application) 技术的标签。目前最为流行...

搞懂什么是Tanzu、TKG、TKGS、TKGI

VMware Tanzu是一款产品组合、可帮助企业实现应用程序及其运行基础架构的现代化。VMware Tanzu的全套功能将开发和IT运营团队整合在一个平台上、在内部和混合...

Kubernetes log Pod

查看POD的日志 kubectl logs <POD> -n <NameSpace> -c <Container> 跟踪POD的日志 kubectl logs –follow <POD> -n <NameSpace>...

使用 TKGS v1alpha2 API 置备 TKGS

apiVersion: run.tanzu.vmware.com/v1alpha2 kind: TanzuKubernetesCluster metadata: name: tkg-cluster-1 namespace: tanzu-kubernetes-grid spec: t...

Tanzu Kubernetes 集群网络连接命令

# 查看默认 CNI,即 antrea(除非已更改)除非在集群 YAML 中明确替代,否则使用默认 CNI 创建集群。 kubectl get tkgserviceconfigurations NAME ...

Tanzu Kubernetes 集群操作命令

# 连接到 vSphere with Tanzu 集群 kubectl vsphere login --server=10.200.0.2 --vsphere-username administrator@vsphere.local --insecure-skip-tls-verif...

获取Tanzu的SupervisorControlPlaneVM的Root密码

获得对 Supervisor 控制平面的 SSH 访问权限。通过在 vCSA 上运行以下脚本,可以从 vCenter Server 检索 root 密码: root@vcenter [ ~ ]# /usr/lib/vmware-w...

如何申请 vSphere with Tanzu 试用

VSphere 7 中内置了 Kubernetes 平台,这一功能使得 vSphere 具有了原生支持容器的能力,vSphere 平台上可以同时运行传统的虚机应用和现代的容器应用。这一功...