DevOps drawer – Telegram
DevOps drawer
400 subscribers
9 photos
2 files
9.17K links
Curated DevOps resources from trustworthy sources.
Download Telegram
Chessplayers, rejoice. This will help you show some cool moves to your friends
https://medium.com/@dlorenc/unsolicited-kubernetes-predictions-for-2020-e38dc822e472

This post contains my predictions for Kubernetes and the ecosystem in 2020. I tried to make each one as measurable as possible so I can grade myself at the end of the year. I also tried to avoid any obvious ones (vague stuff like Kubernetes will continue to grow!).

Disclosure: I work at Google, on Kubernetes-related things.
https://medium.com/kudos-engineering/managing-reliability-with-slos-and-error-budgets-37346665abf6

When designing a new service for production, the architecture can get complicated pretty quickly especially when striving to build highly available services. Balancing availability and reliability of a service is a challenge. Extra reliability consumes larger amounts of engineering resource and cloud resource in order to reach the mythical “100% uptime”.
http://blog.thestateofme.com/2020/01/03/an-economic-model-for-data-gravity/

We can model data gravity by looking at the respective storage and network costs for different scenarios where workload and associated data might be placed in one or more clouds. As network egress charges are relatively high, this makes the effect of data gravity substantial – pushing workloads and their data to be co-resident on the same cloud.
https://medium.com/@Joachim8675309/deploy-kubernetes-apps-w-terraform-266f3e8028d2

This article demonstrates how to use Kubernetes Provider to deploy a service (using Helm Tiller as the example) on Amazon EKS. One advantage to using Amazon EKS is that we can use the AWS provider to fetch credentials necessary access our Kubernetes cluster.