Perhaps you want to interact with the k8s cluster more directly. This version of Open VS Codee with kubectl already installed can help with that.
Perhaps you want to interact with the k8s cluster more directly. This version of Coder comes with kubectl already installed can help with that and is based on https://coder.com/
`registry.reset.inso-w.at/pub/docker/ovsc`
`registry.reset.inso-w.at/pub/docker/coder`
If you want us to provide you with a properly secured and configured way to interact with your cluster, please write a short mail to reset@inso.tuwien.ac.at and we will provide you with a turnkey solution.
RUN curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --dearmor-o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
RUN echo"deb [signed-by=/etc/apt/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee /etc/apt/sources.list.d/kubernetes.list