Hi,
I configured Kubernetes with separated planes:
- 3 hosts with
compute=true
- 3 hosts with
orchestration=true
andetcd=true
My apps pods run too on the orchestration hosts. That’s normal ?
What’s the best practice for running my apps only on host “compute” ?
- Use
nopods=true
on orchestrator ? - Use unscheduled pod ?
Thanks