Use VMware Container Service Extension with a corporate proxy
The current post is a quickstart to VMware open-source project Container Service Extension (CSE), a Kubernetes as a Service for VMware vCloud Director.
The project is already well documented (CSE documentation) and you should not have any trouble to set it up by following the installation steps.
Except... if you plan …
Read MoreUse following commands to set a customized value for request timeout for API extension services:
SSH to the vCloud cell(s) then:
1cd /opt/vmware/vcloud-director/bin 2# Get the current value 3./cell-management-tool manage-config -n extensibility.timeout -l 4# Change value 5./cell-management-tool manage-config -n …
Read MoreUse these (with caution) commands to publish a vCloud Director's UI plugin to specific organisations of your deployment:
1# Prepare settings 2vcloud_host="vcd.vuptime.io" # specify your vcd host 3vcloud_token="ff27f9fde1784b4289c58e7f848190c7" # specify an auth token for a system administrator …
Read MoreExtending VMware vCloud Director functionalities
This post is the English translation of the one published on blog.groupe-sii.com to present a new kind of development activities in SII Group: the extension of the VMware vCloud Director portal.
The post will explain the concept that enables the extension of this VMware product to add new functionalities to the native …
Read More