Kubernetes on AWS cloud provider

后端 未结 2 1930
礼貌的吻别
礼貌的吻别 2021-02-05 20:37

I installed CentOS Atomic Host as operating system for kubernetes on AWS.

Everything works fine, but it seems I missed something.

I did not configure cloud provi

2条回答
  •  南笙
    南笙 (楼主)
    2021-02-05 21:33

    1. What features cloud provider gives to kubernetes?

    Some features that I know: the external loadbalancer, the persistent volumes.

    1. How to configure AWS cloud provider?

    There is a environment var called KUBERNETES_PROVIDER, but it seems the env var only matters when people start a k8s cluster. Since you said "everything works fine", I guess you don't need any further configuration to use the features I mentioned above.

提交回复
热议问题