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://www.oreilly.com/ideas/whats-in-a-transport-layer
O'Reilly Media
What's in a transport layer?
Understanding gRPC in the dawn of microservices.
DevOps drawer
http://www.matt-j.co.uk/2017/09/15/using-zfs-with-linuxkit-and-moby/
Matt-J.co.uk : Ramblings
Using ZFS with LinuxKit and Moby | Matt-J.co.uk : Ramblings
Building and using ZFS kernel modules in LinuxKit as well as a general LinuxKit primer to build your first custom LinuxKit image.
DevOps drawer
https://blog.codeship.com/documenting-microservices/
via @codeship
Tools and Practices for Documenting Microservices - via @codeship
A discussion of recommended tools and practices for documenting microservices, as well as application architectures that use the pattern.
DevOps drawer
https://medium.com/@hbarcelos/things-i-wish-i-knew-about-terraform-before-jumping-into-it-43ee92a9dd65
Medium
Things I wish I knew about Terraform before jumping into it
A few weeks ago I wrote about my journey into Terraform. You can read more about this quest here:
DevOps drawer
https://blogs.oracle.com/developers/the-microcontainer-manifesto
Oracle
The Microcontainer Manifesto and the Right Tool for the Job
In order to be comfortable with using containers in production we had to make some changes. After analyzing some of the problems with the status quo, we developed a method for building and running containers that dramatically improved their stability and…
DevOps drawer
https://sahilm.com/tcp-servers-that-run-like-clockwork/
Sahil Muthoo
TCP servers that run like clockwork
Go is a great language to write networked services. Such services often depend on TCP for their underlying transport. Understanding how to write robust TCP servers is vital. It helps us understand the underpinnings of stuff we build every day. We learn to…
DevOps drawer
https://making.pusher.com/per-ip-rate-limiting-with-iptables/
DevOps drawer
https://victorops.com/blog/call-horror-story-number-one-wins-embarrassing-award/
VictorOps
On-Call Horror Story Number One: This Wins the Most Embarrassing Award - VictorOps
Let’s face it. Being on-call is never a neutral experience. We asked five VictorOps employees to share their “on-call horror stories” or worst outage story of their tech career. Most of their responses were, “Which story do you want to hear?” My interviewees…
DevOps drawer
https://medium.com/devopslinks/is-kubernetes-overkill-ac7796d18b6f
Medium
Is Kubernetes Overkill?
Written by Matt Rogish
DevOps drawer
https://www.oreilly.com/ideas/how-to-start-application-tracing
O'Reilly Media
How to start application tracing
A hands-on demonstration for implementing tracing in modern applications that introduces tracing through the CNCF’s OpenTracing project.
DevOps drawer
https://thenewstack.io/heres-caa-dns-record-https-website
The New Stack
Here's Why You Should Have a CAA DNS Record for Your HTTPS Website
This Friday, all certificate authorities will have to honor a Domain Name System (DNS) record that allows HTTPS website owners to restrict who can issue SSL certificates for their domain names. It’s a long-needed defense against the issuance of fraudulent…
DevOps drawer
https://commandcenter.blogspot.ro/2017/09/go-ten-years-and-climbing.html
commandcenter.blogspot.co.uk
Go: Ten years and climbing
Drawing Copyright
©
2017 Renee French This week marks the 10th anniversary of the creation of Go. The initial discussion ...
DevOps drawer
http://seankross.com/2017/09/17/Enough-Docker-to-be-Dangerous.html
DevOps drawer
https://nickjanetakis.com/blog/docker-tip-21-measure-your-docker-containers-resources
Nick Janetakis
Docker Tip #21: Measure Your Docker Containers' Resources
Docker has a built in command to let you see how much CPU, memory, network I/O and block I/O your containers are using.
DevOps drawer
https://hackernoon.com/discovering-alibaba-cloud-deploying-a-wordpress-cluster-using-the-container-service-ce51cffac066
Hacker Noon
Discovering Alibaba Cloud — Deploying a Wordpress Cluster Using The Container Service
The goal of this article is discovering Alibaba Cloud using a real world example. We are going to create a Wordpress website using Docker…
DevOps drawer
https://linoxide.com/nfs/difference-soft-hard-nfs-mount/
LinOxide
Hard Mount vs Soft Mount in NFS with Example
This tutorial explains the difference between hard mount and soft mount for NFS. This options define how the NFS client should handle NFS server fails.
DevOps drawer
https://enterprisersproject.com/article/2017/9/devops-jobs-6-eye-opening-statistics
The Enterprisers Project
DevOps Jobs: 6 eye-opening statistics
As DevOps has blossomed in many IT shops, so has a particular IT talent war: With more
DevOps drawer
https://medium.com/slalom-engineering/detecting-malicious-requests-with-keras-tensorflow-5d5db06b4f28
Medium
Detecting Malicious Requests with Keras & Tensorflow
Security is a concern for any public facing web application. Good development practices can assist with defending against attempts from…
DevOps drawer
https://medium.com/devopslinks/debug-an-openshift-service-locally-with-telepresence-59f8506f002e
Medium
Debug an OpenShift Service Locally with Telepresence
A short introduction: accessing the cluster
DevOps drawer
https://code.likeagirl.io/apache-spark-streaming-and-kafka-use-case-2a8802472778
Medium
Credit Card Fraud Detection using Apache Spark Streaming and Kafka
A simple use case on Fraud detection is considered to provide an understanding of Apache Kafka and Spark Streaming .