How to create a local development environment for Kubernetes?

前端 未结 12 1671
谎友^
谎友^ 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:20

    Kubespary is helpful setting up local clusters. Mostly, I used vagrant based cluster on local machine.

    Kubespray configuration You could tweak these variables to have the desired kubernetes version.

提交回复
热议问题