Skip to content

staroids/namespace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy an empty Kubernetes namespace

Deploys an empty Kubernetes namespace in Staroid.

Once deployed, you can create a shell from your browser and use kubectl command to play around.

Run

Ingress configuration

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.

Link to Service

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.

Supported Kubernetes resources

See https://docs.staroid.com/references/resources.html