Skip to content

mastrogiovanni/capsule-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a PoC for a Capsule dashboard.

Run minikube

minikube start --nodes 1 --memory 24576 --cpus 6

Install Capsule

helm install capsule clastix/capsule -n capsule-system --create-namespace --set manager.resources=null

Create a tenant:

kubectl create -f - << EOF
apiVersion: capsule.clastix.io/v1beta1
kind: Tenant
metadata:
  name: oil
spec:
  owners:
  - name: alice
    kind: User
EOF

Install

Install the dashboard with the following:

kubectl apply -f k8s/

Open connection to the frontend on the port 8080:

kubectl port-forward svc/capsule-dashboard-service 8080:80

Visit the URL: http://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published