docker_practice/kubernetes/setup/docker-desktop.md

24 lines
1010 B
Go
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Docker Desktop Kubernetes
使 Docker Desktop 便 Kubernetes `k8s.gcr.io`
## `k8s.gcr.io`
`gcr.azk8s.cn` `$ docker tag` `k8s.gcr.io`
[AliyunContainerService/k8s-for-docker-desktop](https://github.com/AliyunContainerService/k8s-for-docker-desktop) 使用 `powershell` 或 `shell` 脚本简化了以上步骤,建议读者使用该开源项目获取 `k8s.gcr.io` 镜像。
## Kubernetes
Docker Desktop `Kubernetes` `Enable Kubernetes` `Kubernetes` `running`Kubernetes
![](https://github.com/AliyunContainerService/k8s-for-docker-desktop/raw/master/images/k8s.png)
##
```bash
$ kubectl version
```
Kubernetes