Skip to content

Using Kuboard V4

This section is organized around the journey of using a Kuboard instance on a daily basis, from importing a cluster to everyday operations. If this is your first time, start with Importing a Cluster.

Quick Navigation

SectionContentUse case
Cluster ManagementImport, edit, sync status, import/export resourcesConnect the first cluster, maintain cluster connections
WorkloadsDeployment / StatefulSet / DaemonSet / Job / CronJob / Pod, plus HPA and Continuous Deployment (CD)Deploy and manage business applications
Config & StorageConfigMap / Secret / PVC / PV / StorageClass / CSIApplication configuration and persistent storage
NetworkingService / Ingress / NetworkPolicy / Gateway APIExpose applications and network policies
Cluster ResourcesNode / Namespace / Quota / LimitRange / PDB / Scheduling / Admission / FlowControl / DRACluster-level resource management
Custom ResourcesCRDs and custom resource instancesExtend the Kubernetes API
OperationsEvents, resource map, addon marketplaceTroubleshooting and routine inspection
  1. First-time use: start by importing a cluster, then deploy your first application with Deployments;
  2. Daily releases: get familiar with the Workloads sections, and script your release operations with Continuous Deployment (CD);
  3. Autoscaling: configure Horizontal Pod Autoscaling (HPA) for your workloads;
  4. Going deeper: read Config & Storage, Networking, Cluster Resources and other sections as needed;
  5. Operations & troubleshooting: quickly locate problems with Events and the Resource Map.

Term Quick Reference

Common Kubernetes / Kuboard terms you will meet in this guide:

TermMeaningRelated docs
ClusterA Kubernetes cluster that can be connected and managed centrallyImport a Cluster
NamespaceA logical partition that isolates resources; permissions and quotas are scoped to itNamespaces
WorkloadA collective term for "business-running" resources such as DeploymentDeployments
PodThe smallest runnable unit of a workload; one or more containers share network and storagePods
HPAAutomatically scales workload replicas based on metricsHorizontal Pod Autoscaling
Continuous Deployment (CD)Automates release operations with a set of scriptsCD
Service / IngressExpose applications inside or outside the clusterNetworking
ConfigMap / SecretSeparate configuration and sensitive data from imagesConfig & Storage
PVC / PVRequest persistent storage volumes for workloadsPVC / PV
NodeA compute node (server) in the clusterNodes
AddonA functional extension package installable from the Addon marketplaceAddon Marketplace
AuditRecords logs of key operations such as logins and permission changesAudit Log

For more terms and concepts, see the Glossary.

Documentation and screenshot progress

All sections in this guide now have complete step-by-step instructions. Some pages are still having interface screenshots added; the steps remain fully actionable without them.