SRE / DevOps / Kubernetes Weekly Collection#29(Week 34)
- In this blog post series, I collect the following 3 Weekly Mailing List I subscribe to, leave some comments as an aide-memoire and useful links.
- Actually, I have already published the same content in my Japanese blog and am catching-up in English in this series.
- I hope it contributes to the people browsing this kind of information as a reference.
DEVOPS WEEKLY ISSUE #503 August 16th, 2020
SRE Weekly Issue #231 ←On vacation.
KubeWeekly #230 ←On vacation.
DEVOPS WEEKLY ISSUE #503 August 16th, 2020
News
- An io page of eBPF.
- From the eBPF intro, there are tutorials, blogs, videos, and various explanations that are wonderful. It’s time to try this one.
A post both on OSPF datacenter-scale networking, and on the risks of silos when choosing technology.
- The title is “What I’ve learned about scaling OSPF in Datacenters”.
- The highlighted part is interesting. Although I am not as good as the writer, I mainly work in the Network realm, so I read it interestingly.
○ “One of the things I’ve learned recently is that OSPF shouldn’t be used for Clos leaf-spine networks because of scale.” - I can feel it well. When talking about the network design, it is inevitable that we will discuss it while writing the image that each person has in their head on the whiteboard or alternatives.
○ “I think whiteboards are the most important tool for network design currently available, which makes me sad.” - The four issues of OSPF are as follows.
- the effect of flooding
- the size of the link state database
- the speed of SPF calculations
- the ability for OSPF to carry a large number of prefixes.
- The title is “How the cortex and Thanos projects collaborate to make scaling Prometheus better for all”.
- A story about CNCF’s Sandbox project that scales Prometheus, “Cortex “ and “ Thanos “, learning from each other and evolving while influencing each other. Although reaching a consensus takes a long time, and they have to convince a wider group of people., I feel that the fact that they are contributing to each other and that they are able to consolidate their knowledge into a form is incredible.
- At PromCon 2019 , Tom Wilkie and (co-creator of Cortex) Bartek Plotka (co-creator of Thanos) talked about their similarities and differences. As a follow-up, there’s a video embedded in PromCon Online that talks about how the collaboration has grown stronger over the past year.
- The title is “Cloud Traffic”.
- An article that the author has been steeped in AWS technology for five and a half years , was shocked by watching a video of “Traffic Director “, titled “ Build an enterprise-grade service mesh with Traffic Director “, and shared related information and his thoughts.
- The title is “Retrying dynamically configured upstreams with OpenResty”.
- An introduction article of “OpenResty” which is a web platform that compiled nginx with LuaJIT.
- The title is “We Can Do Better Than SQL”.
- An article that answers the following two questions. It explains the history of relational models and how SQL was created.
○ “Why create a new query language?”
○ “What’s wrong with SQL?”.
- The title is “Comparing PromQL Correctness Across Vendors”.
- As one of the efforts taken because there is no proper specification in PromQL , an article that explains the comparison using PromQL Compliance Tester, a tool that compares Prometheus and PromQL API implementation of each vendor .
○ “TL;DR: See the details of all PromQL compliance test results on our PromQL Compliance Test Results page” - Two goals in mind:
- Creating transparency for users (enabling them to make better choices)
- Making it easier for projects or vendors to spot and fix bugs in their PromQL implementations.
- The title is “Security, privacy, and cloud: 3 examples of why research matters to IT”.
- It introduces three positive topics covered in the latest Red Hat Research Quarterly and ties them to the challenges IT professionals are currently facing.
- Security usability
- Data sharing and privacy preservation
- Open source cloud operations
Tools
- The GitHub page of the OSS tool “Fregot (Fugue Rego Toolkit)”, which is a set of tools that enhances development experience using OPA’s policy engine Rego.
○ It aims to provide:
○ Just the Rego language implementation rather than the full OPA agent
○ Useful tools to debug Rego queries and modules
○ Enhanced error messages
○ Ease of extending and experimenting with different language feature
- Docker CLI plugin “docker-pushrm” GitHub page. It provides the docker pushrm (or “push readme”) command to Docker.
- It pushes the README file from the current working directory to the container registry server. On the container registry server, it appears as a repository description in the web interface.
- OSS CLI tool “A2A *1 “ GitHub page.
- It provides service mapping between Azure and AWS.
How about those articles? Do you have any interest in any?
Actually, I have some contents which I can not digest at this stage, I’ll make use of this aide-memoire and links for catching-up for myself too.
Bye now!!