From 40a5b4e72a54d62f6e5cb3f6f0bcc802bad5315f Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 21 Jul 2023 19:16:34 +0200 Subject: [PATCH] cloud orchestration: remove kubernetes (already listed at https://landscape.cncf.io/card-mode?license=open-source) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ac6802d..98f6959 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,6 @@ _See also: [Cloud Native Software Landcscape](https://landscape.cncf.io/card-mod - [CloudSlang](http://www.cloudslang.io/) - Flow-based orchestration tool for managing deployed applications, with Docker capabilities. ([Source Code](https://github.com/CloudSlang/score)) - [Genesis](https://github.com/starkandwayne/genesis) - A template framework for multi-environment BOSH deployments. -- [Kubernetes](http://kubernetes.io/) - Orchestration system for Docker containers - ([Source Code](https://github.com/kubernetes/kubernetes), [Documentation](http://kubernetes.io/docs/)) `Apache-2.0` `Go` - [MCollective](https://puppet.com/mcollective) - Ruby framework to manage server orchestration, developed by Puppet labs. - [Nomad](https://www.nomadproject.io) - Simple and flexible orchestrator for Docker, Podman, executables, Java, and QEMU - ([Source Code](https://github.com/hashicorp/nomad), [Documentation](https://www.nomadproject.io/docs)) `MPL-2.0` `Go` - [Overcast](http://andrewchilds.github.io/overcast/) - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH.