Kubernetic Team
To install Kubernetic Team, you will need Helm and Kubectl CLI tools.
- Add the following chart repository:
(⎈) ➜ helm repo add kubernetic https://harbur.github.io/kubernetic-charts
"kubernetic" has been added to your repositories
1
2
2
- Create a Namespace (recommended name
kubernetic
)
(⎈) ➜ kubectl create namespace kubernetic
namespace/kubernetic created
1
2
2
- Install Kubernetic:
(⎈) ➜ helm install kubernetic --namespace kubernetic kubernetic/kubernetic
NAME: kubernetic
LAST DEPLOYED: Wed Sep 2 14:23:06 2020
NAMESPACE: kubernetic
STATUS: deployed
REVISION: 1
1
2
3
4
5
6
2
3
4
5
6
- Wait for Pods to be running:
(⎈)➜ kubectl get pod --namespace kubernetic -w
NAME READY STATUS RESTARTS AGE
kubernetic-backend-66d49f8d96-7sv77 1/1 Running 0 66s
kubernetic-frontend-744d647796-8d86r 1/1 Running 0 66s
1
2
3
4
2
3
4
- Open connection to Kubernetic with port-forward:
(⎈)➜ ~ kubectl port-forward --namespace kubernetic svc/kubernetic-frontend 5000:80
Forwarding from 127.0.0.1:5000 -> 80
Forwarding from [::1]:5000 -> 80
1
2
3
2
3
- Open on browser the UI http://localhost:5000
Continue the setup process on screen.
From this point, if you already have an active license you can insert it and press the "Activate" button.
In case you do not own an active license press the "Buy license" button and you will be redirected to the Kubernetic official website. Here, press the button "Start a 30-day trial"
After this you will be redirected to another page where you should complete a form.
After completing the form, you should recieve an e-mail with a trial license key that will be available for 30 days. Note that the e-mail may not arrive immediately.
In order to customize the configuration of the application check Customization section.