Start Here
Overview
Control Plane Tour
Supported Platforms
Amazon AWS Cloud Account
Google GCP Cloud Account
Microsoft Azure Account
Create an Environment
Create a Cloud Account
Vocabulary
Support
User and Team Management
Managing Users and Permissions
Install Hub CLI and Toolbox
Managing Your Cluster With AgileStacks
Introducing AgileStacks to Your Cluster
Autoscaling and Initial Scaling
Importing an upstream Kubernetes cluster
Kubernetes Platform Essentials
Import of OpenShift Cluster
Tagging Stack Templates and Instances
Deploying Clusters With AgileStacks
Templates and Components
Components, Templates and Stacks
Create a Custom Component
Create a Stack Template
Modifying a Stack
Access Stack Instance Components
Performance Monitoring and Alerting
Stacks Under the Hood - Manifests
SuperHub CLI
CLI Command Reference
hub
hub_api
hub_api_application
hub_api_application_get
hub_api_cloudaccount
hub_api_environment
hub_api_environment_get
hub_api_import
hub_api_instance
hub_api_instance_create
hub_api_instance_delete
hub_api_instance_deploy
hub_api_instance_get
hub_api_instance_kubeconfig
hub_api_instance_sync
hub_api_instance_undeploy
hub_api_secret
hub_api_stack
hub_api_stack_get
hub_api_template
hub_api_template_create
hub_api_template_delete
hub_api_template_get
hub_api_template_init
hub_backup
hub_backup_create
hub_backup_unbundle
hub_doc
hub_elaborate
hub_explain
hub_init
hub_init_component
hub_invoke
hub_login
hub_pull
hub_render
hub_undeploy
hub_init_stack
hub_deploy
hub_kubeconfig
hub_version
hub.yaml
hub_backup_unbundle
hub_api_logs
hub_api_cloudaccount_get
hub_api_instance
Managing Kubernetes in the CLI with kubectl
Templating
Toolbox - The CLI Swiss Army Knife
Authenticate to SuperHub
Create a Cloud Account
Hub CLI on Windows
Stack Design
Tutorials
Infrastructure Workflow - Deploy Kubernetes with Hub CLI
Infrastructure Workflow - Creating Stack Templates
Developer Workflow - Accelerated Development and Deployment on Kubernetes with Skaffold (101)
Machine Learning Workflow - Creating an ML Pipeline
Creating Components from Operators: Spark on Kubernetes
Creating Components from CloudFormation Templates: SageMaker Pipeline
Simplifying Kubernetes for Developers with Hub CLI and Skaffold
Developer Workflow: Enable Stateful Applications on Kubernetes (201)
Infrastructure Workflow - Import Kubernetes with Hub CLI
- All Categories
- Templates and Components
- Access Stack Instance Components
Access Stack Instance Components
Updated
by Michael Delzer
Access Stack Instance Components
. Log in as a user who is assigned to a team with at least "Read" rights for the stack need to be reviewed.
- Click the
Stacks
link displayed in the top menu. The User will see the list of all stack instances. - Click on the stack instance,
Actions
- Click on the
View Details
button to access stack details. The User will see the list of deployed stack components and current stack configuration details. - Access any stack component by clicking on the component-specific button, such as Kubernetes
Dashboard
,Traefik
,Prometheus
,Jenkins
,Spinnaker
, etc.
Agile Stacks will implement SSO and role-based access control for all tools in the DevOps toolchain. As new components are added per each release, not all of the components will initially support SSO. Subsequent releases will add SSL support.
Note that each stack instance is available under a unique DNS name. The User can access every component using a URL that contains component name and stack instance name, for example:
https://jenkins.app.dev06.demo01.superhub.io/
where .app.
tells the User it does not use Single Sign-On .apps.
indicates Single Sign-On was incorporated
where .dev06.
is the environment name
where .demo01.
was the name of the Agile Stack Instance
where .superhub.io
is the name of the company's root DNS if Agile Stacks is on-premise.
Note external to the cluster inbound traffic to customer applications points to the end point that was configured in Traefik
or Istio
or Ambassador
. Agile Stacks support can walk a customer through configuring these tools to match the customer's needs.