记录在 K8s 中部署 Nginx 并修改主页
如题,记录在 K8s 中部署 Nginx 并修改主页 ...
如题,记录在 K8s 中部署 Nginx 并修改主页 ...
众所周知,Minikube 有自带的 dashboard,输入命令 minikube dashboard 打开链接就能看到。某日突发奇想,如果公司内部需要一个自定义的 Kubernetes 监控平台,以满足一些个性化的需求呢?比如,我想看到最近新建的 100 个 Pod,或者我想查看最近的 K8s 集群 Events。使用 Flask 来开发一个平台满足这些自定义需求,是一个不错的选择。 ...
Minikube is a tool that allows you to run a Kubernetes cluster on your local machine. It is designed to make it easy to develop and test applications that will be deployed to a production Kubernetes environment. Minikube runs a single-node Kubernetes cluster inside a virtual machine on your local machine, which allows you to simulate a real-world Kubernetes environment without the need for additional hardware. ...