欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

在Google Cloud platform上创建Kubernetes cluster并使用 googleKubernetesSAP成都研究院SAP Cloud PlatformSAP云平台 

程序员文章站 2022-03-11 12:38:52
...

登录Google Cloud platform,创建一个新的Kubernetes Cluster:

在Google Cloud platform上创建Kubernetes cluster并使用
            
    
    
        googleKubernetesSAP成都研究院SAP Cloud PlatformSAP云平台 

该集群的node个数选择为1,从Machine type下拉列表里选择CPU配置:

在Google Cloud platform上创建Kubernetes cluster并使用
            
    
    
        googleKubernetesSAP成都研究院SAP Cloud PlatformSAP云平台 

展开Advanced Edit,选择该Kubernetes集群安装所在的操作系统的镜像类型:

在Google Cloud platform上创建Kubernetes cluster并使用
            
    
    
        googleKubernetesSAP成都研究院SAP Cloud PlatformSAP云平台 

选择ubuntu,磁盘类型选择SSD:

在Google Cloud platform上创建Kubernetes cluster并使用
            
    
    
        googleKubernetesSAP成都研究院SAP Cloud PlatformSAP云平台 

点击Create,得到一个Kubernetes cluster:

在Google Cloud platform上创建Kubernetes cluster并使用
            
    
    
        googleKubernetesSAP成都研究院SAP Cloud PlatformSAP云平台 

The images for these containers will be pulled from the public Docker repository and store. The containers will be connected to each other and have some ports exposed to the internet.

Kubernetes集群创建好之后,点击Connect,

在Google Cloud platform上创建Kubernetes cluster并使用
            
    
    
        googleKubernetesSAP成都研究院SAP Cloud PlatformSAP云平台 

即可在Google Cloud Shell里用kubectl命令行访问这个Kubernetes cluster:

在Google Cloud platform上创建Kubernetes cluster并使用
            
    
    
        googleKubernetesSAP成都研究院SAP Cloud PlatformSAP云平台 

创建一个新的secret:

kubectl create secret docker-registry docker-secret --docker-server=index.docker.io/v1/ --docker-username=jerry password=jerrywang --docker-email=jerry.wang@gmail.com