Changes

Jump to navigation Jump to search

Initializing the Kubernetes cluster

440 bytes added, 6 years ago
m
Authentication systems
Finally, we need to set up all the rules for rbac.
<syntaxhighlight lang="bash">
> cd rbac
# generate namespaces for user groups
> ./generate_namespaces.sh
# label all compute nodes for which namespace they serve
# (after they are up, needs to be redone when new nodes are added)
> ./label_nodes.sh
# set up access rights for namespaces
> kubectl apply -f rbac.yaml
# set up rights for which namespaces can access which compute node
> kubectl apply -f node_to_groups.yaml
</syntaxhighlight>
== Persistent volumes ==

Navigation menu