Contents
x
Welcome
Colocation
Cloud-Native
Data Protection
Disaster Recovery
Edge
Enterprise Cloud
Enterprise Workspace
File Storage
Multi-Cloud Management
Private Cloud
Security CTRL
Support Services
Additional Services
⚡
Container Service Extension
7 Articles
in this category
Dark
Light
Contents
⚡
Container Service Extension
7 Articles
in this category
Dark
Light
Client Installation
Install CSE Software Prerequisite: Python 3.73 or greater, which can be found at python.org With the installation of Python, python’s package manager, Pip , is installed by default. Install and Verify CSE Enter these comman...
Updated on : 16 Jun 2023
Cluster Deployment
Once the VCD-CLI and CSE extensions are installed Clusters can be created and managed via the commandline. Once the cluster has been deployed it can be accessed by copying the file located at /etc/kubernetes/admin.conf from the master node to...
Updated on : 15 Feb 2021
Cluster Management
Cluster Management Once the cluster has been deployed it is managed and scaled using the same commandline tool. The table below explains the available commands. Additional detail on each is available via the built-in help text (use the ...
Updated on : 15 Feb 2021
Node Sizing
By default, our templates use 2 vCPUs per node. You can use as little as 1 vCPU per node, but deployment will fail if you do not have at least 2 vCPU available for use. *Note that using less than 2 vCPUs per node is not recommended for production.
Updated on : 15 Feb 2021
Node Maintenance
If you need to reboot a node (such as kernel upgrades, libc upgrade, hardware repair, etc.), and the downtime is brief, then when the Kubelet restarts, it will attempt to restart the pods scheduled to it. If the reboot takes longer (the default tim...
Updated on : 11 Feb 2022
Cloud File Services for Persistent Volumes
Pods in Kubernetes are ephemeral, and any locally stored data is lost upon the recreation of a Pod. To provide persistent storage, you will need to mount a persistent volume into the container at runtime. This is accomplished using a resource calle...
Updated on : 11 Feb 2022
kubectl
External Content For detail information on kubectl, check out the Kubernetes Documentation Overview of kubectl Kubernetes Documentation / Reference / kubectl CLI / Overview of kubectl
Updated on : 15 Feb 2021