From d1f9de8cf1441cbac61810a3b2bd81d74672422d Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Fri, 8 May 2020 20:53:57 +0200 Subject: [PATCH] reorganization --- docs/demos.md | 8 ++++++++ docs/kubernetes.md | 6 ------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/demos.md b/docs/demos.md index 335e4285..5ecbd748 100644 --- a/docs/demos.md +++ b/docs/demos.md @@ -1,6 +1,7 @@ # Demos - [DevOps Demos](#devops-demos) - [Kubernetes Demos](#kubernetes-demos) + - [Amazon EKS. Deploy example microservices on EKS](#amazon-eks-deploy-example-microservices-on-eks) - [OpenShift Demos](#openshift-demos) - [Jenkins in Openshift](#jenkins-in-openshift) - [Spring PetClinic Sample Application](#spring-petclinic-sample-application) @@ -27,6 +28,13 @@ * [Kubernetes workshop in a box](https://www.theguild.nl/k8s-workshop-in-a-box/) * [GitHub: K8s workshop in a box](https://github.com/kabisa/k8s-workshop-in-a-box) +### Amazon EKS. Deploy example microservices on EKS +* [eksworkshop.com/x-ray/microservices](https://eksworkshop.com/x-ray/microservices/) +* [aws.amazon.com: Deploy a kubernetes application](https://aws.amazon.com/getting-started/projects/deploy-kubernetes-app-amazon-eks/) +* [aws blogs: Git Push to Deploy Your App on EKS](https://aws.amazon.com/blogs/opensource/git-push-deploy-app-eks-gitkube/) +* [medium: create your first application on aws eks kubernetes](https://medium.com/faun/create-your-first-application-on-aws-eks-kubernetes-cluster-874ee9681293) +* [dzone: deploying a kubernetes cluster with amazon eks 🌟🌟](https://dzone.com/articles/deploying-a-kubernetes-cluster-with-amazon-eks) + ## OpenShift Demos * [https://github.com/OpenShiftDemos](https://github.com/OpenShiftDemos) * [github Red Hat Tutorials & Examples 🌟🌟🌟🌟](https://github.com/redhat-developer-demos) diff --git a/docs/kubernetes.md b/docs/kubernetes.md index 883dc7e7..30986891 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -409,12 +409,6 @@ kubectl get secret --namespace= -o yaml | sed ‘s/names * [udemy.com: amazon eks starter kubernetes on aws](https://www.udemy.com/course/amazon-eks-starter-kubernetes-on-aws/) * [eksworkshop.com](https://eksworkshop.com/ ) * [eksctl: EKS installer](https://github.com/weaveworks/eksctl) -* Deploy example microservices on EKS: - * [eksworkshop.com/x-ray/microservices](https://eksworkshop.com/x-ray/microservices/) - * [aws.amazon.com: Deploy a kubernetes application](https://aws.amazon.com/getting-started/projects/deploy-kubernetes-app-amazon-eks/) - * [aws blogs: Git Push to Deploy Your App on EKS](https://aws.amazon.com/blogs/opensource/git-push-deploy-app-eks-gitkube/) - * [medium: create your first application on aws eks kubernetes](https://medium.com/faun/create-your-first-application-on-aws-eks-kubernetes-cluster-874ee9681293) - * [dzone: deploying a kubernetes cluster with amazon eks 🌟🌟](https://dzone.com/articles/deploying-a-kubernetes-cluster-with-amazon-eks) * [medium: Implementing Kubernetes Cluster using AWS EKS (AWS Managed Kubernetes)](https://medium.com/@devopsadvocate/how-to-setup-kubernetes-cluster-using-aws-eks-aws-managed-kubernetes-181d5567a8ef) * [Amazon EKS Security Best Practices](https://www.stackrox.com/post/2019/09/amazon-eks-security-best-practices/) * [thenewstack.io: Install and Configure OpenEBS on Amazon Elastic Kubernetes Service](https://thenewstack.io/tutorial-install-and-configure-openebs-on-amazon-elastic-kubernetes-service/)