You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/faq/cloud-and-infrastructure.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ a) your workstation has enough resources (CPU, memory) to host one or more virtu
16
16
17
17
b) have a look at the link section on [*cloud providers*]({{< ref "/links#cloud-providers" >}})
18
18
19
-
c) the university provides a Kubernetes cluster managed with Rancher (requires student account, and VPN access if you
20
-
are not on-site)
19
+
c) the university provides a Kubernetes cluster (requires student account, and VPN access)
21
20
22
21
23
22
## Which cloud provider should I use?
@@ -107,6 +106,18 @@ __*Example with DNS delegation (AWS + Name.com):*__
107
106
4. Create additional records, e.g. `sub.doamin.tld` in the *Hosted Zone* on AWS Route 53 with OpenTofu
108
107
109
108
109
+
## How to configure `~/.kube/config` (`KUBECONFIG`) for `kubectl` in order to access the university's Kubernetes cluster? {id="kubeconfig-of-edu-cluster"}
110
+
111
+
{{< hint warning >}}
112
+
Did you already enter your university email address in the respective account list?
113
+
{{< /hint >}}
114
+
115
+
1. connect to the internal network via [VPN](https://doku.bht-berlin.de/zugang/vpn)
116
+
2.[test](https://auth.cluster.ris.bht-berlin.de) whether your university account is permitted
117
+
to access the cluster
118
+
3. follow the [cluster documentation](https://docs.cluster.ris.bht-berlin.de/user/kubectl/)
119
+
120
+
110
121
## Which registry supports pushing container images?
0 commit comments