For details about supported platforms for CloudBees CI on modern cloud platforms, such as supported Kubernetes, Helm, and NFS versions, refer to Supported platforms for CloudBees CI on modern cloud platforms.
VMware Tanzu Kubernetes Grid Integrated Edition requirements
The following items are required to install CloudBees CI on modern cloud platforms on VMware Tanzu Kubernetes Grid Integrated Edition (TKGI):
-
On your local computer or a bastion host:
-
A Kubernetes client with a currently supported version of Kubernetes, installed and configured (
kubectl). Beta releases are not supported. -
TKGI CLI (See Installing the TKGI CLI for instructions).
-
-
A TKGI cluster running a currently supported version of Kubernetes. Beta releases are not supported.
-
Cluster nodes configured with at least 2 CPU and 4 GB of memory.
-
The cluster must have network access to container images (public Docker Hub or a private Docker Registry).
-
-
A namespace in the cluster (provided by your admin) with permissions to create
RoleandRoleBindingobjects. -
Kubernetes cluster Default Storage Class defined and ready to use.
-
Refer to the Reference Architecture for TKGI - Storage Requirements for more information.
-
Storage requirements
Dynamic provisioning is required to create persistent volumes. If you don’t enable dynamic provisioning, you will have to manually create a persistent volume.
Because Jenkins is highly dependent upon the filesystem, the underlying storage provider must provide sufficient input/output operations per second (IOPS), sufficient throughput, and low latency.
Gateway API requirements
CloudBees CI uses the Kubernetes Gateway API to manage traffic routing.
When Gateway API is enabled, CloudBees CI creates HTTPRoute resources for the operations center and all managed controllers.
Any conformant Gateway API implementation is supported. For tested implementations, refer to Kubernetes Gateway API supported implementations.
For the complete list of Gateway API prerequisites, refer to Verify Kubernetes Gateway API prerequisites.
|
Gateway API manages HTTP/HTTPS traffic only. CloudBees recommends WebSocket transport for external inbound agent communication, which uses the standard HTTP/HTTPS port and requires no additional configuration. For setup instructions, refer to Use WebSockets to connect controllers to the operations center. |
If you use a Gateway API implementation that CloudBees has not tested, additional configuration may be required for TLS termination, session persistence, or namespace routing. Refer to the CloudBees CI Knowledge Base for guidance. CloudBees does not provide support for untested implementations. You must install and configure your Gateway API controller and adjust your CloudBees CI chart values according to your situation.
For High Availability (HA) controllers, refer to session persistence implementation support to verify Gateway API session persistence compatibility with your implementation.
Create your TKGI cluster
To create a TKGI Kubernetes cluster follow the Create Cluster instructions from Pivotal for your TKGI installation type.
More information is available from Pivotal for Managing TKGI Clusters.
More information on Kubernetes concepts is available from the Kubernetes site, including: