Deploys an empty Kubernetes namespace in Staroid.
Once deployed, you can create a shell from your browser and use kubectl
command to play around.
Creating a Service object with name 'staroid-service' with port 8080. Ingress will automatically configured to the service and Open
button on the screen will open a browser to the address.
By default, ingress requires authentication and permission to access your Kubernetes cluster instance.
To allow public access, click "Public access" switch on the screen.
You can show a link on the screen to connect any Service, by adding service.staroid.com/link: "show"
annotation.
See https://docs.staroid.com/references/resources.html#service
Note that the Service not configured to the ingress always require authentication even if "Public access" switch is on.