文件名称:k8s-setup-develop:使用Skaffold和Kustomize进行Kubernetes开发工作流程
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-07 23:22:06
Go
使用Skaffold和Kustomize进行Kubernetes开发工作流程 先决条件 (可选) (可选) 设置Kubernetes集群 minikube start -p demo-store --memory=8192 --cpus=4 --disk-size=50g # (1) eval $( minikube docker-env ) # (2) 或者 kind create cluster —name demo-store kubectl cluster-info --context demo-store 请根据您的操作系统添加其他所需的选项 使当前docker上下文成为minikube的上下文 运行脚手架 重要的 在两种开发模式下,容器映像都不会被推送到远程容器注册表。 skaffold dev --port-forward # (1) 在dev模式下运行skaf
【文件预览】:
k8s-setup-develop-main
----skaffold.yaml(401B)
----products()
--------Dockerfile(384B)
--------main.go(655B)
--------go.sum(163B)
--------go.mod(87B)
----.gitignore(269B)
----k8s()
--------base()
--------local()
----README.adoc(2KB)
----customers()
--------Dockerfile(387B)
--------main.go(657B)
--------go.sum(163B)
--------go.mod(88B)