1. 首页
  2. 数据库
  3. 其它
  4. simpleapp test 源码

simpleapp test 源码

上传者: 2021-04-26 10:11:09上传 ZIP文件 521.38KB 热度 7次
简单应用测试 部署IaC 地形: ## Initiate provider terraform init ## Apply the modules terraform apply 更改Kubernetes上下文: aws eks --region us-east-1 update-kubeconfig --name k8s-demo 建立API映像: cd app/ docker build -t duran750/simpleapptest:v1 docker push duran750/simpleapptest:v1 Kubernetes清单: cd kubernetes/manifests #Namespace: kubectl create -f ns.yaml #ConfigMap: kubectl create -f simpleapp-cm.yaml && \ #
用户评论