Skip to content

Commit a6f22ff

Browse files
add supported iaas info of IBM Cloud (#1304)
Co-authored-by: Prajyot-Parab <[email protected]>
1 parent 6ba5333 commit a6f22ff

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
27.3 KB
Loading

docs/book/src/introduction.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,21 @@
99

1010
## What is the Cluster API Provider IBM Cloud
1111

12-
1312
The [Cluster API](https://github.com/kubernetes-sigs/cluster-api) brings declarative, Kubernetes-style APIs to cluster creation, configuration and management.
1413

1514
The API itself is shared across multiple cloud providers allowing for true IBM Cloud
1615
hybrid deployments of Kubernetes. It is built atop the lessons learned from
1716
previous cluster managers such as [kops](https://github.com/kubernetes/kops) and
1817
[kubicorn](http://kubicorn.io/).
1918

19+
## CAPIBM Supported Infrastructure-as-a-Service (IaaS)
20+
21+
<p align="center">
22+
<img src="../images/ibm-cloud-iaas.png" alt="Supported IBM Cloud IaaS">
23+
</p>
24+
25+
Currently, the CAPIBM project exclusively facilitates the deployment of Kubernetes (K8s) clusters solely on two IBM infrastructure offerings, namely [IBM VPC (Virtual Server Instances)](https://cloud.ibm.com/docs/vpc?topic=vpc-about-advanced-virtual-servers) and [IBM PowerVS](https://cloud.ibm.com/docs/power-iaas?topic=power-iaas-about-virtual-server).
26+
2027
## Quick Start
2128

2229
Check out the [getting started](./getting-started.html) section to create your first Kubernetes cluster on IBM Cloud using Cluster API.

0 commit comments

Comments
 (0)