From b633706fe273f47dca7669bcafffa700009b3a9d Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sun, 13 Feb 2022 15:04:03 +0100 Subject: [PATCH] Jan 13th --- docs/kubernetes.md | 4 ---- docs/managed-kubernetes-in-public-cloud.md | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 8b7f50f7..8023d4f0 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -67,7 +67,6 @@ - [Kubernetes SIG's Repos](#kubernetes-sigs-repos) - [Kubectl Plugins](#kubectl-plugins) - [Enforcing Policies and governance for kubernetes workloads with Conftest](#enforcing-policies-and-governance-for-kubernetes-workloads-with-conftest) -- [Provisioning cloud resources (AWS, GCP, Azure) in Kubernetes](#provisioning-cloud-resources-aws-gcp-azure-in-kubernetes) - [Kubernetes Tutorials](#kubernetes-tutorials) - [Online Training](#online-training) - [K8s Diagrams](#k8s-diagrams) @@ -999,9 +998,6 @@ * [konstraint](https://github.com/plexsystems/konstraint) is a CLI tool to assist with the creation and management of templates and constraints when using [Gatekeeper](https://github.com/open-policy-agent/gatekeeper). * [Draino](https://github.com/planetlabs/draino) Draino automatically drains Kubernetes nodes based on labels and node conditions. Nodes that match all of the supplied labels and any of the supplied node conditions will be cordoned immediately and drained after a configurable drain-buffer time. -## Provisioning cloud resources (AWS, GCP, Azure) in Kubernetes -* [==learnk8s.io: Provisioning cloud resources (AWS, GCP, Azure) in Kubernetes==](https://learnk8s.io/cloud-resources-kubernetes) - ## Kubernetes Tutorials * [kubernetes.io: Kubernetes Tutorials](https://kubernetes.io/docs/tutorials/) Official documentation from Kubernetes. One can go through this official documentation and can learn much more about Kubernetes. * [devopscube.com: Kubernetes Tutorials For Beginners: Getting Started Guide](https://devopscube.com/kubernetes-tutorials-beginners/) diff --git a/docs/managed-kubernetes-in-public-cloud.md b/docs/managed-kubernetes-in-public-cloud.md index cf5391dc..fd0167f7 100644 --- a/docs/managed-kubernetes-in-public-cloud.md +++ b/docs/managed-kubernetes-in-public-cloud.md @@ -13,6 +13,7 @@ - [IKS IBM Cloud Kubernetes Service](#iks-ibm-cloud-kubernetes-service) - [Linode Kubernetes Engine LKE](#linode-kubernetes-engine-lke) - [DOKS Digital Ocean Kubernetes](#doks-digital-ocean-kubernetes) +- [Provisioning cloud resources (AWS, GCP, Azure) in Kubernetes](#provisioning-cloud-resources-aws-gcp-azure-in-kubernetes) - [Kubesphere](#kubesphere) - [Tools for multi-cloud Kubernetes management](#tools-for-multi-cloud-kubernetes-management) - [Videos](#videos) @@ -246,6 +247,9 @@ - [digitalocean.com: Automating GitOps and Continuous Delivery With DigitalOcean Kubernetes (Terraform, Helm and Flux)](https://www.digitalocean.com/community/tech_talks/automating-gitops-and-continuous-delivery-with-digitalocean-kubernetes) - [blog.ediri.io: DigitalOcean Kubernetes Challenge](https://blog.ediri.io/digitalocean-kubernetes-challenge) Deploy a GitOps CI/CD implementation +## Provisioning cloud resources (AWS, GCP, Azure) in Kubernetes +- [==learnk8s.io: Provisioning cloud resources (AWS, GCP, Azure) in Kubernetes==](https://learnk8s.io/cloud-resources-kubernetes) + ## Kubesphere - [kubesphere.io](https://kubesphere.io/) The Kubernetes platform tailored for hybrid multicloud. KubeSphere is a distributed operating system managing cloud native applications with Kubernetes as its kernel, and provides plug-and-play architecture for the seamless integration of third-party applications to boost its ecosystem. - [kubekey](https://github.com/kubesphere/kubekey) The Next-gen Installer: Installing Kubernetes and KubeSphere v3.0.0 fastly, flexibly and easily