Skip to main content
Gå til innhold

Using a personal namespace

To explore Kubernetes and learn more about the various resources in Kubernetes and how they interact it is recommended to create a personal project. This is projects created under your personal namespace on gitlab.sikt.no.

Go to the PaaS Console to configure your project to be able to deploy to the PaaS Kubernetes cluster. This will also create the Kubernetes namespace for your project.

A personal namespace have the same access model as other namespaces meaning you have to deploy through Gitlab CI/CD. Creating and deleting resource directly with kubectl is not allowed.

info

The shared scratch namespace, which did allow manual creation and deletion of resources with kubectl, has been retired.

For information on how to deploy with Gitlab CI/CD see the Getting started guide and the Example projects.