Kubernetes resource data visualization including network, cpu, memory etc.
Nodes
Pods
Kubernetes resources deployment & management
Namespaces
Deployments, autoscale features provided
Services
PVs and PVCs with dynamic volume provisioning through NFS
Getting a shell to a container from web UI
Open containers terminal
Debug and monitor applications on cluster from web UI
Open containers logs
Download containers logs
Users management
Create different roles for users
Private Registry
View and pull docker images from private registry
Network
By default, the vortex cluster already installed flannel for all pods on cluster, however network
features can add extra multiple network interfaces for pods
Custom underlay networking including Open vSwitch and DPDK integrations
Pods multiple network interfaces with static ip and custom route
Use Open vSwitch as a second bridge for underlay networking
Enable Kubernetes Pods have multiple network interfaces and add default routes
Deploy to bare metal servers (using helm)
$ make apps.init-helm
# configure private registry url
$ vim config/k8s.json
# configure production yaml
$ vim deploy/helm/config/production.yaml
$ make apps.launch-prod