wfau / gaia-dmp

Gaia data analysis platform
GNU General Public License v3.0
1 stars 5 forks source link

Add nodes to an existing K8s cluster. #167

Open Zarquan opened 4 years ago

Zarquan commented 4 years ago

Document how to add new nodes to an existing Magnum K8s cluster.

  1. Start with the basic kubeadmin join
  2. What additional components do we need to add to integrate the new node into the Magnum cluster.
  3. Does Magnum regongnse the new node ?
  4. Does Ingress still work for Pods on the new node ?
  5. What happens when we delete the Magnum cluster ?
Zarquan commented 4 years ago

Example to work from: https://www.katacoda.com/courses/kubernetes/add-additional-nodes-to-cluster

Zarquan commented 4 years ago

How does Magnum manage the network across multiple physical and virtual hosts ? Do we need to add anything to support that ? https://kubernetes.io/docs/concepts/cluster-administration/addons/