SRE NEWSLETTER

Issue #43 // November 5, 2021

This week the metaverse dominated the news. Facebook changed their name to Meta, and Microsoft announce their own, more business centric version of the metaverse at Ignite 2021.

I expect we'll see some great summaries from Ignite in next week's issue of the SRE Newsletter. This week, we hear from the big Git providers. GitHub gets a new CEO, BitBucket moves to AWS, and GitLab... well things are a little rough on GitLab right now.

GitHub Gets a New CEO
// techcrunch.com
GitHub CEO Nat Friedman is stepping down from his role while Thomas Dohmke will become the new CEO. I chose this article over the Nate's announcement because it gives more of Dohmke's background.
What the Arrival of IPv6 Support in Kubernetes Means for You
// metal.equinix.com
IPv6 was introduced in 1995!? Kubernetes now supports using IPv4, IPv6, or both. If you decide to go with IPv6, you may be able to make more of your pods reachable from the internet. Helpful for many scenarios, but this also introduces new security risks.
How We're Building a Production Readiness Review Process at Grafana Labs
// grafana.com
Grafana shares their 13 page checklist to ensure a new application is ready to go to production. There's a lot of really important things in this list, but many of these items should be automated.
Containers vs. Pods - Taking a Deeper Look
// iximiuz.com
Kubernetes containers and pods seem straightforward, but Ivan Velichko noticed some confusing capabilities. In this post, he sets up a lab to deep dive into what's going on behind the scenes of a pod.
How Atlassian Migrated 50 Million BitBucket Repos to AWS
// theregister.com
While this article doesn't get into the details, it's interesting when big companies move from their own data center into the cloud. I wish they would describe either their cost savings or operational efficiencies. It really just mentions that most of Atlassian's products are already in AWS and their "incidents dropped to zero" (obviously a limited sample).
Stand-up Meetings Are Dead (and What To Do Instead)
// honeycomb.io
With so many teams being remote, I thought this would be another post on Slack based standups. Thankfully it's not, but instead replaces the idea of the 10 minute standup with a daily, hour long general purpose meeting. I'm a big believer in a daily touchbase with your team. The idea of a longer meeting, but not be popular, but may be worth trying out. Culture is key.
From One to Many: The Road to Multicluster
// kaslin.rocks
This is a blog version of Kaslin Fields'' KubeCon keynote. Both are pretty short and describe why you may need a multicluster Kubernetes setup and how SIG-NETWORK could help.
GitLab Servers are Being Exploited in DDoS Attacks
// therecord.media
With GitHub and BitBucket getting some news, I thought GitLab should get a mention as well. 30,000 GitLab servers look to be exploitable and potentially used to conduct DDoS attacks. Uh oh!