Skip to content

Commit ede74b1

Browse files
committed
Refactored the list for better readability
Signed-off-by: Marina <[email protected]>
1 parent 176156c commit ede74b1

File tree

1 file changed

+28
-11
lines changed
  • docs/guides/concept-guide/components

1 file changed

+28
-11
lines changed

docs/guides/concept-guide/components/index.md

Lines changed: 28 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,31 @@ sidebar_position: 10
55

66
# Components
77

8-
* [Infrastructure as a Service (IaaS) with OpenStack](./openstack)
9-
* [Software Defined Storage (SDS) with Ceph](./ceph)
10-
* [Bare Metal as a Service (BMaaS) with Ironic](./ironic)
11-
* [Software Defined Networking (SDN) with SONiC & OVN](./sonic)
12-
* [Kubernetes (K8s) with K3S](./k3s)
13-
* [Kubernetes as a Service (KaaS) with Gardener](./gardener)
14-
* [Kubernetes as a Service (KaaS) with Cluster API](./clusterapi)
15-
* [Identity & Access Management with Keycloak](./keycloak)
16-
* [Privileged Access Management (PAM) to all infrastructure with Teleport](./teleport)
17-
* [Logging, Monitoring & Telemetry with Prometheus & Grafana](./prometheus)
18-
* [Realtime insights with Netdata](./netdata)
8+
OSISM's software stack integrates a wide range of solutions, and adapts to your environment, so you can build your infrastructure the way you need it.
9+
10+
**Infrastructure as a Service (IaaS)**\
11+
For IaaS OSISM uses [OpenStack](./openstack).
12+
13+
**Software Defined Storage (SDS)**\
14+
To manage storage OSISM builds on [Ceph](./ceph).
15+
16+
**Bare Metal as a Service (BMaaS)**\
17+
OSISM utilizes [Ironic](./ironic) for BMaaS.
18+
19+
**Software Defined Networking (SDN)**\
20+
For SDN we build on [SONiC & OVN](./sonic).
21+
22+
**Kubernetes (K8s)**\
23+
For our Kubernetes implementation OSISM counts on the lightweight [K3s](./k3s) Kubernetes distribution.
24+
25+
**Kubernetes as a Service (KaaS)**\
26+
For easier deployment of Kubernetes clusters we use KaaS such as [Gardener](./gardener) and [Cluster API](./clusterapi).
27+
28+
**Access Management (IAM & PAM)**\
29+
To manage access, OSISM builds on [Keycloak](./keycloak) for IAM, and [Teleport](./teleport) for PAM.
30+
31+
**Logging, Monitoring and Telemetry**\
32+
Logs are handled by [Prometheus & Grafana](./prometheus).
33+
34+
**Realtime insights**\
35+
OSISM builds on [Netdata](./netdata) for realtime insights.

0 commit comments

Comments
 (0)