Tag: docker
-

Deploying applications in VKS
Deploy a simple two-tier application In the last post we prepared VKS, and we are now ready to try some more useful applications. Lets start with a two-tier application with a web frontend and a db. First i check if i have a suitable namespace to deploy to.I dont`t, so i create a new one…
-

VKS mgmt vm on Photon 5.0
In a previous post i configured a supervisor cluster with VPC, and now i am ready to configure the rest and have a mgmt vm i can use with all the right tools. I chose VMware Photon 5.0 that you can find on: https://github.com/vmware/photon/wiki/Downloading-Photon-OS It`s an ova, so easy to add to your cluster, and…
-
Holo-Lab Support files 5.1
Looking at the supportfiles for testing in your VCF-lab, we need some support vms, and the source iso is not included in the files. You can download the Ubuntu here: $src = “https://cloud-images.ubuntu.com/releases/bionic/release/ubuntu-18.04-server-cloudimg-amd64.ova”$ova = “ubuntu-18.04-server-cloudimg-amd64.ova” rename to:bionic-server-cloudimg-amd64.ova then put it here in your holo-console vm: c:\users\administrator\downloads\bionic-server-cloudimg-amd64.ova Now you are ready to open the Auto-Lab and…