DevOps drawer
@DevOps101
396
subscribers
9
photos
2
files
9.17K
links
Curated DevOps resources from trustworthy sources.
Download Telegram
Join
DevOps drawer
396 subscribers
DevOps drawer
https://blog.openai.com/scaling-kubernetes-to-2500-nodes/
OpenAI
Scaling Kubernetes to 2,500 Nodes
We've been running [https://blog.openai.com/infrastructure-for-deep-learning/]
Kubernetes [https://kubernetes.io/] for deep learning research for over two
years. While our largest-scale workloads manage bare cloud VMs directly,
Kubernetes provides a fast…
DevOps drawer
https://blog.buildo.io/reusable-cloudfront-configuration-with-terraform-4c1de144c735
Medium
Reusable CloudFront configuration with Terraform
How we host our static websites with two lines of code
DevOps drawer
https://medium.com/@User3141592/prodigiously-commented-nginx-configurations-ff9641f6f93b
Medium
Prodigiously Commented Nginx Configurations
For Web Devs Who Copy-Paste Nginx Configurations But Want to Know What They’re Copying
DevOps drawer
https://akomljen.com/package-kubernetes-applications-helm/
Alen Komljen
Package your Kubernetes applications with Helm
The short introduction to Helm package manager for Kubernetes. Why you should use it and how you can package your complex Kubernetes applications.
DevOps drawer
https://m-button.blogspot.ro/2017/11/monitoring-traceroute-through.html
m-button.blogspot.co.uk
Monitoring traceroute through Prometheus and Grafana
Last week, we faced a network outage at my client's. We tried to gather facts to know more precisely when it started, to help the netops d...
DevOps drawer
https://medium.com/@copyconstruct/monitoring-in-the-time-of-cloud-native-c87c7a5bfa3e
Medium
Monitoring in the time of Cloud Native
Note — Huge thanks to Jamie Wilkinson and Julius Volz, Google SREs present and past, for reading a draft of this and giving me invaluable…
DevOps drawer
https://medium.com/devopslinks/migrating-a-monolithic-legacy-app-and-db-to-docker-and-kubernetes-efb314af6656
Medium
Migrating a monolithic / legacy app and DB to Docker and Kubernetes
Step-by-step retrospective and relevant code allowing to replicate this method to migrate legacy / monolithic apps to Docker and…
DevOps drawer
https://intoli.com/blog/not-possible-to-block-chrome-headless/
Intoli
It is *not* possible to detect and block Chrome headless
An updated example of techniques to avoid detection.
DevOps drawer
https://blog.codeship.com/infrastructure-monitoring-with-tick-stack/
via @codeship
Infrastructure Monitoring with TICK Stack - via @codeship
In this article, I'll give you a high-level overview about InfluxDB and the TICK stack, a set of open-source projects focused on time series and monitoring.
DevOps drawer
http://www.brendangregg.com/blog/2018-01-17/measure-working-set-size.html
DevOps drawer
https://enterprisersproject.com/article/2018/1/10-bad-devops-habits-break
Enterprisersproject
10 bad DevOps habits to break
Some common DevOps practices can turn into bad habits. Nip them in the bud now for greater success in 2018.
DevOps drawer
https://www.datadoghq.com/blog/collecting-ec2-metrics/
Datadog
How to collect EC2 metrics | Datadog
Learn how to query and collect key EC2 resource metrics and status checks.
DevOps drawer
https://blog.viktoradam.net/2018/01/13/home-lab-part3-swarm-cluster/
Viktor Adam's blog
Home Lab - Swarming servers · Viktor Adam's blog
This post in the Home Lab series explains how I extended my stack to multiple servers with Docker Swarm and some of the configuration changes around it.
DevOps drawer
https://www.weave.works/blog/gitops-high-velocity-cicd-for-kubernetes
www.weave.works
GitOps: High velocity CICD for Kubernetes
This blog post explains techniques for development teams who strive for high velocity continuous delivery using Kubernetes and Docker. When we say “high velocity” we mean that every product team can safely ship updates many times a day — deploy instantly…
DevOps drawer
https://blog.cloudflare.com/deprecating-spdy/
The Cloudflare Blog
Deprecating SPDY
Participating in the Internet democracy occasionally means that technologies that were once popular lose their utility as newer technologies emerge. SPDY is one such technology. As a result, we're announcing our intention to deprecate the use of SPDY for…
DevOps drawer
https://technicloud.com/2018/01/09/delving-into-immutable-infrastructure/
TECHNICLOUD
Delving into Immutable Infrastructure
Before getting too far into the topic, let’s first take a quick look at the difference between mutability and immutability. Mutable Immutable Continually updated, patched, and tuned to meet the ong…
DevOps drawer
https://honeycomb.io/blog/2017/11/best-practices-for-observability/
Honeycomb
Best Practices for Observability - Honeycomb
Observability has been getting a lot of attention recently. What started out as a fairly obscure technical term, dragged from the dusty annals of control theory, has been generating attention for one simple reason: it describes a set of problems that more…
DevOps drawer
https://medium.com/devopslinks/aws-monitoring-and-metrics-tips-ffca76bfc734
#aws
Medium
AWS Monitoring and Metrics Tips
Default URL format for CloudWatch
DevOps drawer
https://aws.amazon.com/about-aws/whats-new/2018/01/aws-lambda-supports-go/
#aws
Amazon
AWS Lambda Supports Go
DevOps drawer
https://opensource.com/article/18/1/analyzing-linux-boot-process
Opensource.com
Analyzing the Linux boot process
Understanding systems that are functioning well is great preparation for dealing with the inevitable failures.