kubernetes

create-tkc-cluster

apiVersion: run.tanzu.vmware.com/v1alpha1 #tkg api endpoint kind: TanzuKubernetesCluster #required parameter metadata: name: tkc-01 #cluster name...

怎么登录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运营团队整合在一个平台上、在内部和混合...

云原生定义

云原生(Cloud Native)是一种构建和运行应用程序的方法,它强调应用程序在设计、开发、部署和运维过程中应充分利用云计算的优势。以下是云原生概念的详细解...

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...