From 4b3c2e5927ee314767b06b11ed03a9eacbaadd3a Mon Sep 17 00:00:00 2001 From: Philippe Tiede <52676033+filipenko4791@users.noreply.github.com> Date: Thu, 30 Mar 2023 09:57:57 +0200 Subject: [PATCH 1/4] updated Giant Swarm information --- docs/matrix-table.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/matrix-table.md b/docs/matrix-table.md index ea7ae13a..537a77bd 100644 --- a/docs/matrix-table.md +++ b/docs/matrix-table.md @@ -55,8 +55,9 @@ hide: | [VMware vSphere 7 with Kubernetes](https://www.vmware.com/products/vsphere.html)| SRE / DevOps | VMware Kubernetes | vSphere | Yes | Yes | Yes | No | No | Yes | Yes | VMware's kubernetes | | [VMware Kubernetes Tanzu (PKS renamed)](https://cloud.vmware.com/tanzu)| SRE / DevOps | VMware Kubernetes | vSphere, multi-cloud, public-cloud | Yes | Yes | Yes | No | No | Yes | Yes | Embed kubernetes natively into vSphere. Competes with OpenShift. | | [Mirantis Docker Enterprise 3.1+ with Kubernetes](https://www.mirantis.com/software/docker/docker-enterprise/)| SRE / DevOps | Mirantis Kubernetes | multi-cloud, private & public cloud | Yes | Yes | Yes | No | No | Yes | Yes | Istio, Windows and Linux Worker nodes| +| [Giant Swarm](https://www.giantswarm.io/) | Platform Engineers / SRE / DevOps | Kubernetes Upstream | Multi-platform, multi-cloud (AWS, GCP, Azure, vSphere, VMWare Cloud Director, Openstack) | Yes | OSS | Yes | Yes | No | Yes | Yes | Giant Swarm is a Operate Services Provider enabling your platform team improving platform engineering capabilities and taking over the responsibility of 24x7. Giant Swarm offers out-of-the-box Clound Native Developer Platforms sorley build with Open-Source Tools to manage Kubernetes and all the necessary capabilities around Security, Connectivity, Observability and Developer Experience. | | [K8e](https://github.com/xiaods/k8e) | | | | | | | | | | | Simple Kubernetes Distribution. Builds on upstream project K3s as codebase, remove Edge/IoT features and extend enterprise features with best practices | | [Typhoon](https://github.com/poseidon/typhoon) | | | | | | | | | | | Minimal and free Kubernetes distribution with Terraform | | [LKE](https://www.linode.com/products/kubernetes/) | | | | | | | | | | | Linode Kubernetes Engine | -| [Giant Swarm](https://www.giantswarm.io/) | | | | | | | | | | | Giant Swarm | + |====================================|==================|======================|==========================| | | | | | | |=============================================|==============================================================================| From be9e242524e77e320fc9b391f701b0f98516477e Mon Sep 17 00:00:00 2001 From: Mihail Ingilizov <47370311+Ingilizov@users.noreply.github.com> Date: Tue, 11 Apr 2023 23:26:32 +0200 Subject: [PATCH 2/4] Update gitlens link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1791827..2649ac7d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ My VSCode's plugins: - [Markdown All in One](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one) Tables of Contents are automatically generated with this extension. - [markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) - [GitHub Pull Requests and Issues](https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github) -- [GitLens — Git supercharged](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) +- [GitLens — Git supercharged](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens) Apparently [Material for MKDocs](https://squidfunk.github.io/mkdocs-material/) requires an indentation of 4 spaces, otherwise nested lists and Tables Of Contents won't be rendered as expected. From 624983b00f5ef907c37f903ba5933a1e8577b5a5 Mon Sep 17 00:00:00 2001 From: Buster Styren Date: Fri, 14 Apr 2023 11:10:38 +0200 Subject: [PATCH 3/4] Add Symbiosis to list of cloud k8s providers --- docs/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.md b/docs/index.md index 2a965070..af965c43 100644 --- a/docs/index.md +++ b/docs/index.md @@ -230,6 +230,7 @@ A curated list of awesome references collected since 2018. Microservices archite - [Scaleway](scaleway.md) - [Linode](https://www.linode.com/) - [Alibaba](https://www.alibabacloud.com/) +- [Symbiosis](https://symbiosis.host/) - [Gaia-X.eu](https://www.gaia-x.eu) ## APIs with SOAP, REST and gRPC - [APIs with SOAP, REST and gRPC 🌟](api.md) From b18289e72134df01604ced8815a4b1ea1b773f33 Mon Sep 17 00:00:00 2001 From: Kirill Shirinkin Date: Sun, 30 Apr 2023 19:10:09 +0200 Subject: [PATCH 4/4] Add 'Why and when do you need Argo CD' article --- docs/argo.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/argo.md b/docs/argo.md index 2a476c50..4cc4f99d 100644 --- a/docs/argo.md +++ b/docs/argo.md @@ -12,6 +12,7 @@ - [Cloud Native Computing Foundation Accepts Argo as an Incubator Project](https://www.intuit.com/blog/technology/loud-native-computing-foundation-accepts-argo-as-an-incubator-project/) - [argoproj.github.io: Argo Events - The Event-driven Workflow Automation Framework](https://argoproj.github.io/argo-events/) Argo Events is an event-driven workflow automation framework for Kubernetes which helps you trigger K8s objects, Argo Workflows, Serverless workloads, etc. on events from a variety of sources like webhooks, S3, schedules, messaging queues, etc. +- [Why and when do you need Argo CD?](https://mkdev.me/posts/why-and-when-do-you-need-argo-cd) High-level explanation of in which cases Argo CD makes sense and what you should keep in mind if you want to use it. ## Argo CD