Mac部署k8s

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac部署k8s相关的知识,希望对你有一定的参考价值。

参考技术A 官网地址: https://www.docker.com/products/docker-desktop

1:翻墙问题,Docker Desktop默认去国外拉取镜像,不能翻墙或者翻墙网速慢的小伙伴只能干着急。推荐一个开源项目: https://github.com/AliyunContainerService/k8s-for-docker-desktop ,作者提供了一个脚本,将从阿里源拉取镜像到本地,
2:检查hosts文件,确定是否有硬解析:127.0.0.1 kubernetes.docker.internal
默认会自动加,对于用hosts切换工具的小伙伴来说,需要注意一下,否则就会有一下问题:
dial tcp: lookup kubernetes.docker.internal: no such host

部署 Kubernetes dashboard:

检查 kubernetes-dashboard 应用状态:

开启 API Server 访问代理:

通过如下 URL 访问 Kubernetes dashboard:
http://127.0.0.1:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/

配置控制台访问令牌:

以上是关于Mac部署k8s的主要内容,如果未能解决你的问题,请参考以下文章

CentOS单机安装k8s并部署.NET 6程序

Mac 环境安装 k8s, helm, harbor

mac 上学习k8s系列helm chart

搭建k8s集群(平台规划和部署方式介绍)

k8s的项目部署

企业级k8s集群部署