From 79186b9ad015bda7c8ac0efcf3d492dc5c2b99bd Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Thu, 21 Dec 2023 18:21:39 -0700 Subject: [PATCH] Add Containers/index.md --- Containers/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Containers/index.md diff --git a/Containers/index.md b/Containers/index.md new file mode 100644 index 0000000..f8efc76 --- /dev/null +++ b/Containers/index.md @@ -0,0 +1,7 @@ +# Container Orchestration +This section of the documentation goes over concepts such as Docker, Rancher, Kubernetes, and OpenStack. Various sub-topics such as deploying clusters that host AWX (Ansible) exist in this section, while things like Ansible Playbooks exist under the "Scripts" section instead. + +!!! note + This section assumes you have a baseline of understanding of installing Ubuntu Server or Rocky Linux as a base-line, then following instructions to install Docker/Kubernetes to manage containers and clusters. If you don't understand how to deploy Linux as a physical server or virtual machine, research that, then come back to this section. + +Use the navigation tabs at the left of this section to browse the different container-based categories. \ No newline at end of file