DevOps Industry Updates #12
Kubernetes adds structured logs, GCP introduces an ordered message queue (woot) and HashiCorp releases an official Homebrew Tap. The world of DevOps continues to deliver! It has barely been 10 days since the last issue, and we have many new developments to cover:
🔥 Top Cream
This issue’s top 4 stories:
- Kubernetes Introduces Structured Logs
- HashiCorp’s New Homebrew Tap
- Google Cloud Pub/Sub released an ordering feature
- Use Terraform to Create and Manage a HA AKS Kubernetes Cluster in Azure
🌎 Society
- To Succeed in a Negotiation, Help Your Counterpart Save Face by Joshua N. Weiss: as we dig deeper into high-stakes negotiations, there is a common thread that connects them all: the concept of face.
📟 DevOps
- Amazon ECR vs. Docker Hub vs. GitHub Container Registry by Andreas Wittig: a container registry is a crucial aspect of a containerized workflow and infrastructure. This blog post compares three different container registries: Amazon ECR, Docker Hub, and GitHub Container Registry.
-
Houston, we have Plugins! Traefik 2.3 by Manuel Zapf: Traefik 2.3 brings in new capabilities, including the Traefik Plugin system, integration with Traefik Pilot, support for Amazon ECS, and support for the Kubernetes IngressClass API resource launched in Kubernetes 1.18.
-
Rebuilding Linkerd’s CI with Kubernetes in Docker (kind) and GitHub Actions by Andrew Seigner: in mid-2019, the Linkerd project’s continuous integration (CI) took 45 minutes, all tests were serialized on a single Kubernetes cluster, and multi-hour backups were common. A migration onto one-off Kubernetes in Docker (kind) clusters and GitHub Actions got CI below 10 minutes, and made it parallelizable.
🛠️ DevOps Tools
-
HashiCorp’s New Homebrew Tap by Chloe Cota: get Terraform, Packer, Vault, Consul, and Nomad up and running even faster on macOS with HashiCorp’s new official Homebrew Tap.
-
duo-labs/cloudmapper: CloudMapper helps you analyze your Amazon Web Services (AWS) environments. The original purpose was to generate network diagrams and display them in your browser. It now contains much more functionality, including auditing for security issues.
☸️ Kubernetes
- Resilient Kubernetes Deployments with Readiness Probes by Rotem Tamir: today I want to discuss one feature in the Kubernetes API which I have found to be particularly important to make our applications more resilient in production: readiness probes.
- Apache Kafka DevOps with Kubernetes and GitOps by Rick Spurgeon: operating critical Apache Kafka event streaming applications in production requires sound automation and engineering practices. Streaming applications are often at the center of your transaction processing and data systems, requiring them to be accurate and highly available. To do just that that, this blog post weaves together Kubernetes, GitOps, and Confluent Cloud.
- Use Terraform to Create and Manage a HA AKS Kubernetes Cluster in Azure by Kentaro Wakayama: learn how to use Terraform to manage a highly-available Azure AKS Kubernetes cluster with Azure AD integration and Calico network policies enabled.
- Chaos Mesh 1.0: Chaos Engineering on Kubernetes Made Easier: after 10 months of effort within the open-source community, Chaos Mesh is now ready in terms of functionality, scalability, and ease of use. Highlights include powerful chaos support, a UI for visual chaos orchestration and a Grafana plug-in for enhanced observability.
🔐 Security
- How to properly manage SSH keys for server access by Marc Päpper: a nice overview of how to use certificate authorities for SSH authentication.
- Hacking Grindr Accounts with Copy and Paste by Troy Hunt: a massive oversight that enabled complete account takeover using a very trivial attack (and Grindr’s very delayed response).
- Microsoft leaks 6.5TB in Bing search data via unsecured Elastic server by Tim Anderson: no personal info, but there are worries over deanonymization.
💻 Programming
- Big O, little n by Adam Zerner: this post explains why when you have a little n, big-O doesn’t matter.
- The Python return Statement: Usage and Best Practices by Leodanis Pozo Ramos: using the
return
statement effectively is a core skill if you want to code custom functions that are Pythonic and robust. In this tutorial, you’ll learn how to use the Pythonreturn
statement in your functions, how to return single or multiple values from your functions and general best practices.
📖 Machine Learning
- A Brief History of Neural Nets and Deep Learning by Andrey Kurenkov: the story of how neural nets evolved from the earliest days of AI to now.
🐧 Linux
- A beginner’s guide to gawk by Ricardo Gerardi: the
gawk
command is a standard sysadmin tool. Learn to use it to extract information from files and your system and you’ll never look cat tocat | grep
again.
☁️ Cloud
- Scaling the Root of the DNS by Geoff Huston: DNS is simple in the same way that Chess or Go are simple. They are all constrained environments governed by a small set of rigid rules, but they all possess astonishing complexity when being scaled.
- AWS needs to step up its DevOps game by Luc Van Donkersgoed: on September 1st, Gartner released the first edition of the Magic Quadrant for Cloud Infrastructure and Platform Services. This Magic Quadrant contained many interesting analyses, but one stood out to me - not in the least because I’ve experienced it firsthand. AWS needs to step up its DevOps game.
AWS
-
My mental model of AWS by Michael Wittig: AWS is a complex system that no one can understand end-to-end? As AWS professionals we still have to deal with the AWS system daily. We design for AWS, and we debug our applications running in AWS. How can we deal with a system that is too complex to understand in detail? A good mental model can help us.
-
AVC Website: AWS Video Catalog is a website that collects all the official Amazon videos related to each individual AWS Service and categorizes them in a way that makes it easy to find what you are looking for. No more fighting YouTube search or relying on an algorithm to find what you are looking for.
-
Introducing AWS Perspective: AWS Perspective is a new AWS Solutions Implementation that helps you build detailed architecture diagrams of your workloads from live data in your account, that you can customize and share.
-
Anomaly Detection and alerting now available in AWS Cost Management
Azure
- Spot.io adds support for Azure Spot VMS by Zev Schonberg: back in May Azure introduced a new pricing model, called Azure Spot VMs, which provide up to 90% in cost savings. However, Azure can take back these VMs with limited notice, making them a challenge to productionize. To remedy this, Spot has released a new version of Elastigroup that allows its users to run mission-critical workloads on Azure Spot VMs with enterprise-level SLAs.
GCP
- Google Cloud pub/sub released an ordering feature : finally! If messages have the same ordering key and are in the same region, you can enable message ordering and receive the messages in the order that the Pub/Sub service receives them.
Article version: 1.0.0