VMware has released an Operator for the VMware Supervisor that will allow you to fill the "CD" gap of a CI/CD.I wont go too much into detail what a CI/CD is (Continious Integration / Continious Deployment), other than that this allows you to create a declarative state of both your infrastructure (VMs, Kubernetes, Networks, Load … Continue reading VCF9.0.2 – ArgoCD Service
Tag: cloud
VCF9 – VM Service
After creating a Project, and a vSphere Namespace we can start consuming Services. Pre-installed in the vSphere Supervisor is a Operator called VM Service. This Service allows you to create a yaml manifest that defines the desired state of a Virtual machine, and have this provisioned inside of a vSphere Namespace. Regardless if you choose … Continue reading VCF9 – VM Service
VCF9 – Projects and vSphere Namespaces
The service provider will provide the organisation with resources in one or multiple regions, think of this as a large bucket of resources. The Organisation Administrator will now need to to create two things. Project A project is a logical container which you can add Users, vSphere namespaces, and integrations to.The project itself doesn't define … Continue reading VCF9 – Projects and vSphere Namespaces
VCF9 – Create Organization in VCF-A
So at this point if you're following along you should now have a workload domain, with at least one cluster, and an nsx-edge cluster setup. Now let's setup VCF-A, and create an Organization. Browse to your VCF-A fqdn. To login to the Provider interface, you enter system as the Organization. It should now state that … Continue reading VCF9 – Create Organization in VCF-A
VCF9 – Enable Supervisor using 3 Zones
Okey, if you're following along on the blog series, now we're getting to the fun stuff! To recap, at this point i've created 3 clusters in a Workload Domain, and also deployed a NSX Edge-Cluster that spans two of the Clusters to gain high availability on network ingress/egress. The first thing we need to is … Continue reading VCF9 – Enable Supervisor using 3 Zones
VCF9 – Deploy NSX Edge-Cluster
After you've deployed a Workload Domain, or a new Cluster, you may want to deploy an NSX Edge-Cluster. You should be aware that there are now two methods you can use to get traffic into, and out of your SDN when using VPCs. These are called Centralized and Distributed Transit Gateway. You can read more … Continue reading VCF9 – Deploy NSX Edge-Cluster
VCF9 – Adding a Cluster
This post is a continuation of the post VCF9 – Creating a workload domain, which automatically creates a Cluster when creating the Workload Domain. But what if you require more clusters? Maybe you want to create a dedicated cluster for your databases? Maybe you want to run Kubernetes over 3 different zones for high availability? To … Continue reading VCF9 – Adding a Cluster
VCF9 – Creating a workload domain
Creating a workload domain involves multiple steps. Image the hosts with the correct ESXi version. Please refer to the Bill of Material (BOM) that correlates to the version of VCF you are deploying. If you are deploying, or running VCF 9.0.1.0 you would go to https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vcf-9-0-and-later/9-0/release-notes/vmware-cloud-foundation-90-release-notes/vmware-cloud-foundation-bill-of-materials.html and find that the correct version of ESXi to … Continue reading VCF9 – Creating a workload domain
VCF9 – Identity Broker (vIDB)
One of the really nice features of VMware Cloud Foundation 9 is the new Identity Broker. Do note it's called Identity Broker. This means you require a Identity Source that contains your users and groups. vIDB 9.0 currently supports a large echosystem of Identity Sources, from Active Directory (AD), ADFS, but also anything that is … Continue reading VCF9 – Identity Broker (vIDB)
VCF9 Automation – Lab Setup
The lab setup that i will be using in this blog series is quite extensive. Yours does not have to be! Some of the options that i will be showing will add resiliency to your infrastructure, but most things only add capacity. You will need to determine what business requirements you have, and from that … Continue reading VCF9 Automation – Lab Setup