Run kubernete in docker image

We want to see how to manage kubernete container in docker image.First of all we install a virtual machine (centos) and after install docker on machine then run kubernete container.This is our aim after this step we want to manage all container with kubernete so I understandly we install again docker in kubernete.Is it possible like this configuration ? If it yes , how can we configure manage container ? I explain like this ;

On hardware machine

ESXİ

  • Virtual CentOS

    • Docker
      • centOS Kubernates container (Kubernates Cluster Node – 1)

        • ( kubectl, kubeadm, kubelet, kube-proxy, etc, vs…)
        • Docker
          • Kubernete manage all container
      • centOS Kubernates container (Kubernates Cluster Node – 1)

        • ( kubectl, kubeadm, kubelet, kube-proxy, etc, vs…)
        • Docker
          • Kubernete manage all container

You mean like this? https://kind.sigs.k8s.io/

1 Like