Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 3.35 KB

README.md

File metadata and controls

50 lines (35 loc) · 3.35 KB

Kubernetes configuration files

This repository contains the general configuration files for the University of Bucharest's experimental Kubernetes cluster. We only keep global, cluster-wide config files here; project-specific configs are in their respective repositories.

According to the Kubernetes Configuration Best Practices, config files should be versioned controlled before being deployed. This simplifies rolling back config changes and provides greater transparency into the cluster's organisation.

Existing setup

UniBuc runs its Kubernetes cluster using RKE2 on the existing virtual machine-based infrastructure. See the node setup documentation for information on how the individual nodes are configured.

Recommended tools

You should install the tools below if you plan to manage/work with K8s.

  • kubectl for cluster administration
    • Follow the instructions on this page for installing kubectl on your platform.
  • kubelogin for AAD authentication
    • You can use a binary release, for example.
    • Adapt the sample Kubeconfig file to your needs. You can either put it in the $HOME/.kube/ directory
    • Upon first connecting to the cluster, the tool will ask you to open a link in the browser and log into MS365.
  • Helm for easy package installation
  • Cilium CLI if you need to manage Cilium

Enabled K8s plugins

Additional controllers and operators

  • Longhorn for distributed block storage

Admin site

Authentication is available through the MS365 accounts. The Kubernetes API server is configured to accept OpenID Connect Tokens issued by Azure AD. The user's groups are configured through Azure AD app roles.