Devops Week News — Issue #46
Let’s get started with a video from Goto Conference talking about Continuous Delivery, are you really practicing it?
On the articles section, we have a new TCP congestion control from Google it is called BBR, then building a self-sufficient docker cluster, Træfik is a modern HTTP reverse proxy, and load balancer made to deploy microservices, a roadmap to become a DevOps engineer and to close we have “ss” command, which is a tool used to dump socket statistics and displays information in a similar fashion (although simpler and faster) to netstat.
Please, send us links, events, comic strip, DevOps job related, etc., via @devopsweeknews.
Video of the week
https://www.youtube.com/watch?v=po712VIZZ7M
Are you really practicing Continuous Delivery? In this presentation, Ken Mugrage from ThoughtWorks will review the path towards CD and dig on relevant topics to help you to get ready to deploy anytime.
Articles
Increase your Linux server Internet speed with TCP BBR congestion control — nixCraft — www.cyberciti.biz
This article explains how to turn on TCP BBR option for the Linux server, which achieves higher bandwidths and lower latencies for internet traffic.
Building A Self-Sufficient Docker Cluster — Technology Conversations — technologyconversations.com
A self-sufficient system is a system capable of healing and adaptation. Healing means that the cluster will always be in the designed state. This article will explain to you how to build such system.
Traefik & Docker — reverse proxy and much much more — medium.com
Træfik is a modern HTTP reverse proxy, and load balancer made to deploy microservices. It supports several backends such as Docker Swarm, Kubernetes, Marathon, Mesos and many others. to manage its configuration automatically and dynamically. In this post, Luka Stosic is going to show how to use it.
The Roadmap to Becoming a DevOps Dude — From Server to Serverless — hackernoon.com
The DevOps ecosystem is growing fast since the last 5 years with new tools, techniques, and practices. This post will give the path towards to become a DevOps engineer.
An Introduction to the ss Command | Linux.com — www.linux.com
Linux includes a fairly massive array of tools available to meet almost every need. Now, meet the “ss” command, which is a tool used to dump socket statistics and displays information in a similar fashion (although simpler and faster) to netstat.
