DevOps drawer
@DevOps101
397
subscribers
9
photos
2
files
9.17K
links
Curated DevOps resources from trustworthy sources.
Download Telegram
Join
DevOps drawer
397 subscribers
DevOps drawer
https://hackernoon.com/kubernetes-for-dev-infrastructure-40b9175cb8c0
Hackernoon
Kubernetes for dev infrastructure | HackerNoon
Kubernetes is one of the hottest open-source projects these days. It’s a production-grade container orchestration system, inspired by Google’s own <a href="http://blog.kubernetes.io/2015/04/borg-predecessor-to-kubernetes.html" target="_blank">Borg</a> and…
DevOps drawer
https://thenewstack.io/linkedins-gobblin-open-source-framework-gobbling-big-data-ease/
The New Stack
LinkedIn’s Gobblin: An Open Source Framework for Gobbling Big Data with Ease
The engineering team for social media service LinkedIn first launched Gobblin in 2014 as a universal data ingestion framework for offline big data, running on Hadoop in MapReduce mode. As new capabilities were added to enable the framework to support a spectrum…
DevOps drawer
http://echorand.me/linux-system-mining-with-python.html
echorand.me
Exploring Software and Writing about it
– Linux System Mining with Python
Posts and writings by Amit Saha
DevOps drawer
https://www.viget.com/articles/make-your-site-faster-with-preconnect-hints/
https://www.viget.com
Make Your Site Faster with Preconnect Hints | Viget
With preconnect hints, you can reduce request latency and make your site faster.
DevOps drawer
https://scalegrid.io/blog/meltdown-performance-impact-on-mongodb-aws-azure-digitalocean/
scalegrid.io
Meltdown Performance Impact on MongoDB Cloud Platfroms
Meltdown breaks the fundamental isolation between user applications and the OS. In this post, we run MongoDB Meltdown tests on AWS, Azure and DigitalOcean.
DevOps drawer
http://www.pgdba.org/post/migration/
pgdba.org
Migrating MySQL to PostgreSQL
When I started writing pg_chameleon I had in mind a tool making simple to migrate from different dbms engines to PostgreSQL.
The name was inspired by the Culture Club’s Karma chameleon song which suggested me the idea of a tool capable to move data between…
DevOps drawer
https://aws.amazon.com/blogs/aws/aws-auto-scaling-unified-scaling-for-your-cloud-applications/
Amazon
New AWS Auto Scaling – Unified Scaling For Your Cloud Applications | Amazon Web Services
I’ve been talking about scalability for servers and other cloud resources for a very long time! Back in 2006, I wrote “This is the new world of scalable, on-demand web services. Pay for what you need and use, and not a byte more.” Shortly after we launched…
DevOps drawer
https://elastisys.com/2018/01/25/setting-highly-available-kubernetes-clusters/
elastisys
On setting up highly available Kubernetes clusters - elastisys
Recently, we’ve been working with clients on setting up highly available (HA) Kubernetes clusters. More specifically, we’ve been working on constructing automated installers for HA Kubernetes clusters, basically providing an automated “single-click” path…
DevOps drawer
https://www.digitalocean.com/community/tutorials/putting-monitoring-and-alerting-into-practice
Digitalocean
Putting Monitoring and Alerting into Practice | DigitalOcean
In this guide, we will talk about the components of monitoring systems and how to use them to implement your monitoring strategy. We will the basic responsib…
DevOps drawer
http://www.benfrederickson.com/ranking-programming-languages-by-github-users/
Benfrederickson
Ranking Programming Languages by GitHub Users
I've recently become obsessed with the sheer amount of development activity happening on sites like GitHub. As a first project on working with this data, I thought it would be fun to rank all the programming languages by counting how many people on GitHub…
DevOps drawer
https://honeycomb.io/blog/2018/01/simple-structured-logging-with-nlog/
Honeycomb
Simple Structured Logging with NLog - Honeycomb
We’re grateful for this guest post from Tim Wilde! You can find the source code for the examples he uses in his github repo. Strings are where data go to die There you go; I said it. How often have you found yourself contemplating some hair-brained regex…
DevOps drawer
https://www.oreilly.com/ideas/stream-all-the-things
O'Reilly Media
Stream all the things
Streaming architectures for data sets that never end.
DevOps drawer
https://zwischenzugs.com/2018/01/21/ten-more-things-i-wish-id-known-about-bash/
zwischenzugs
Ten More Things I Wish I'd Known About bash
Intro My previous post took off far more than I expected, so I thought I’d write another piece on less well-known bash features. As I said before, because I felt bash is an often-used (and un…
DevOps drawer
https://medium.com/production-ready/the-limitations-of-chaos-engineering-2a74816c0df3
Medium
The Limitations of Chaos Engineering
Chaos Engineering, and fault injection in particular, is all the rage. Breaking things on purpose, rather than “by accident”, is what the cool kids do these days. It’s what they like to speak about…
DevOps drawer
https://thenewstack.io/tips-automating-distributed-logging-kubernetes-production
The New Stack
Tips for Automating Distributed Logging on Production Kubernetes
Any Kubernetes production environment will rely heavily on logs. Using built-in Kubernetes capabilities along with some additional data collection tools, you can easily automate log collection and aggregation for ongoing analysis of your Kubernetes clusters.…
DevOps drawer
http://blog.cloud66.com/whats-up-diy-monitoring-with-prometheus/
Cloud 66 blog on Kubernetes, Docker, Rails and Node.js
What's up? DIY Monitoring with Prometheus - part 1
Most of the time you are wondering what is happening inside your application and there are enough monitoring apps on the market that one of them should fulfill your needs. However, I decided to go for a DIY approach, as it gives you a better understanding…
DevOps drawer
https://github.com/smpio/kubernator
#tools
#k8s
GitHub
GitHub - smpio/kubernator: Alternative Kubernetes UI
Alternative Kubernetes UI. Contribute to smpio/kubernator development by creating an account on GitHub.
DevOps drawer
https://www.incapsula.com/blog/security-glossary-top-12-ddos-attack-types-need-know.html
#ddos
#infosec
DevOps drawer
https://www.developer.com/db/10-facts-about-hadoop.html
Developer
10 Facts about Hadoop - Developer.com
In today’s technology world, Big Data is a hot IT buzzword. To mitigate the complexity in processing large volumes of data, Apache developed Hadoop – a reliable, scalable and distributed computing framework. Read on to learn more.
DevOps drawer
https://medium.com/devopslinks/using-linuxkit-to-build-an-aws-image-ami-6f73f975b1af
Medium
Using Linuxkit to Build an AWS Image (AMI)
Linuxkit is one of the tools developed by Docker and Docker community. I recently created a video “An Overall View On Docker & Its…
DevOps drawer
https://www.digitalocean.com/community/tutorials/how-to-configure-bind-as-a-private-network-dns-server-on-ubuntu-14-04
Digitalocean
How To Configure BIND as a Private Network DNS Server on Ubuntu 14.04 | DigitalOcean
In this tutorial, we will go over how to set up an internal DNS server, using the BIND name server software (BIND9) on Ubuntu 14.04, that can be used by your…