How to create a local development environment for Kubernetes?

前端 未结 12 1678
谎友^
谎友^ 2020-12-22 18:59

Kubernetes seems to be all about deploying containers to a cloud of clusters. What it doesn\'t seem to touch is development and staging environments (or such).

Durin

12条回答
  •  感动是毒
    2020-12-22 19:12

    I've just started with Skaffold

    It's really useful to apply changes in the code automatically to a local cluster.

    To deploy a local cluster, the best way is Minikube or just Docker for Mac and Windows, both includes a Kubernetes interface.

提交回复
热议问题