From 030efd82c54ebc8ae5bc53984e7f7f95c1c12ec8 Mon Sep 17 00:00:00 2001 From: mubashirusman <82461283+MubashirUsman@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:24:55 +0500 Subject: [PATCH] Fix spacing in about-arc.md (#2790) --- docs/about-arc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/about-arc.md b/docs/about-arc.md index 6e1473e7..c4c896bb 100644 --- a/docs/about-arc.md +++ b/docs/about-arc.md @@ -23,7 +23,7 @@ Self-hosted runners offer more control of hardware, operating system, and softwa Self-hosted runners can be physical, virtual, in a container, on-premises, or in a cloud. - Traditional Deployment is having a physical machine, with OS and apps on it. The runner runs on this machine and executes any jobs. It comes with the cost of owning and operating the hardware 24/7 even if it isn't in use that entire time. - Virtualized deployments are simpler to manage. Each runner runs on a virtual machine (VM) that runs on a host. There could be multiple such VMs running on the same host. VMs are complete OS’s and might take time to bring up everytime a clean environment is needed to run workflows. -- Containerized deployments are similar to VMs, but instead of bringing up entire VM’s, a container gets deployed.Kubernetes (K8s) provides a scalable and reproducible environment for containerized workloads. They are lightweight, loosely coupled, highly efficient and can be managed centrally. There are advantages to using Kubernetes (outlined "[here](https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/)."), but it is more complicated and less widely-understood than the other options. A managed provider makes this much simpler to run at scale. +- Containerized deployments are similar to VMs, but instead of bringing up entire VM’s, a container gets deployed. Kubernetes (K8s) provides a scalable and reproducible environment for containerized workloads. They are lightweight, loosely coupled, highly efficient and can be managed centrally. There are advantages to using Kubernetes (outlined "[here](https://kubernetes.io/docs/concepts/overview/what-is-kubernetes/)."), but it is more complicated and less widely-understood than the other options. A managed provider makes this much simpler to run at scale. *Actions Runner Controller(ARC) makes it simpler to run self hosted runners on K8s managed containers.*