From 2c31e11bc4f89b1f85ec3d027b967346e1567844 Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Wed, 7 Oct 2020 13:44:19 +0200 Subject: [PATCH] update --- docs/hr.md | 2 ++ docs/kubernetes.md | 1 + docs/project-management-methodology.md | 1 + docs/terraform.md | 2 +- 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 docs/hr.md diff --git a/docs/hr.md b/docs/hr.md new file mode 100644 index 00000000..01e2e180 --- /dev/null +++ b/docs/hr.md @@ -0,0 +1,2 @@ +# Human Resources +- [imeusal.com: ¿Cómo prevenir el mal ambiente laboral?](https://imeusal.com/prevenir-el-mal-ambiente-laboral/) \ No newline at end of file diff --git a/docs/kubernetes.md b/docs/kubernetes.md index e2c236cd..b5d771a1 100644 --- a/docs/kubernetes.md +++ b/docs/kubernetes.md @@ -1202,6 +1202,7 @@ $ sudo mv kops-linux-amd64 /usr/local/bin/kops * [napo.io: Terraform Kubernetes Multi-Cloud (ACK, AKS, DOK, EKS, GKE, OKE)](https://napo.io/posts/terraform-kubernetes-multi-cloud-ack-aks-dok-eks-gke-oke/) * [medium: Upgrading Kubernetes The Hard Way](https://medium.com/nordcloud-engineering/upgrading-kubernetes-the-hard-way-ac533cfb4ff2) * [Monzo: we learned a lot from self-hosting Kubernetes, but we wouldn't do it again](https://www.computing.co.uk/news/4019233/monzo-learned-lot-self-hosting-kubernetes-wouldn%E2%80%99) Don't need to do it the hard way anymore +* [medium: Kubernetes the hard way on Docker](https://medium.com/@brightzheng100/kubernetes-the-hard-way-on-docker-f512bae734af) ### Caravan - [linecorp.com: Building Large Kubernetes Clusters with **Caravan**](https://engineering.linecorp.com/en/blog/building-large-kubernetes-clusters/) diff --git a/docs/project-management-methodology.md b/docs/project-management-methodology.md index 6459f7f1..89f676b4 100644 --- a/docs/project-management-methodology.md +++ b/docs/project-management-methodology.md @@ -17,6 +17,7 @@ - [blog.scrumstudy.com: Scrum and Kanban, alike or different?](http://blog.scrumstudy.com/scrum-and-kanban-alike-or-different-2/) - [scrum.org: What Happens To The Sprint Backlog Items That Are Not Done?](https://www.scrum.org/resources/blog/vlog-what-happens-sprint-backlog-items-are-not-done) - [cio.com: Agile vs. waterfall: Project methodologies compared](https://www.cio.com/article/3584559/agile-vs-waterfall-project-methodologies-compared.html) Agile and waterfall each offer unique benefits and drawbacks. Here are the pros and cons of each method, and how to know which is right for your organization’s projects. +- [scrum.org: Make Sure You Don’t Build High Performing Teams Just to Deliver Wrong Things Faster](https://www.scrum.org/resources/blog/make-sure-you-dont-build-high-performing-teams-just-deliver-wrong-things-faster) ### Team Topologies - [The Problem With Org Charts](https://itrevolution.com/the-problem-with-org-charts/) diff --git a/docs/terraform.md b/docs/terraform.md index fbd7d021..dbee2e29 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -51,7 +51,7 @@ * [hashicorp.com: New Terraform Tutorials on Provisioning and Managing Kubernetes Clusters](https://www.hashicorp.com/blog/new-terraform-tutorials-on-provisioning-and-managing-kubernetes-clusters) Explore a new collection of Terraform tutorials that can help you through your Kubernetes adoption journey. * [hodovi.cc: Creating a Low Cost Managed Kubernetes Cluster for Personal Development using Terraform](https://hodovi.cc/blog/creating-low-cost-managed-kubernetes-cluster-personal-development-terraform/) * [hashicorp.com: Announcing 11 Verified Providers for Terraform](https://www.hashicorp.com/blog/announcing-11-verified-providers-for-terraform) -* [learnk8s.io: Provisioning Kubernetes clusters on AWS with Terraform and EKS](https://learnk8s.io/terraform-eks) +* [learnk8s.io: Provisioning Kubernetes clusters on AWS with Terraform and EKS 🌟](https://learnk8s.io/terraform-eks) Fully automated dev, test, prod environments with EKS, Terraform and the ALB Ingress Controller. ### Terraform Infracost - [Infracost](https://github.com/infracost/infracost) If you use Terraform to provision your Kubernetes clusters, you might find infracost interesting. Infracost estimates hourly and monthly costs for a Terraform project. It helps you to see the cost breakdown and compare different deployment options upfront