Member Post
How to elegantly organize async Rust code
Guest post by DatenLord Summary Anyone who has worked with async Rust has likely struggled with the bounds it requires, e.g., the ‘static bound on spawned tasks, MutexGuardcan not be held across .await point. Overcoming these constraints requires carefully structured scopes, which might...
April 3, 2023
Member Post
DevOps backup use case: how to build a backup strategy for GitHub, GitLab, Bitbucket, or Jira data
Guest post by Daria Kulikova, Software writer at Xopero Ransomware attacks, human mistakes, outages of Atlassian, GitHub or GitLab – all of them lead to data and financial losses. And, unfortunately, the news about lost credentials, data leakages,...
March 30, 2023
Member Post
Distributed tracing in Kubernetes apps: What you need to know
Guest post originally published on Grafana Labs’ blog Kubernetes makes it easier for businesses to automate software deployment and manage applications in the cloud at scale. However, if you’ve ever deployed a cloud native app, you know how...
March 29, 2023
Member Post
Model, view, and reduce your workload carbon emission by Crane in a declarative way
Guest post by Jesse Meng and Qiming Hu, Tencent Introduction Do you know? The Arctic is so hot that you can wear short sleeves, with temperatures soaring to 32.5 degrees Celsius. Scientists say that many species have reached...
March 27, 2023
Member Post
An essential guide to achieving compliance with Kubernetes
Guest post originally published on ARMO’s blog by Oshrat Nir, Head of Product Marketing at Armo Learn about Kubernetes compliance challenges, consequences of non-compliance, and get guidance on maintaining a secure and compliant cloud environment in a dynamic...
March 24, 2023
Member Post
Managing API sprawl: the case for standards and consistency in API operations
Guest post by Andrew Stiefel, Manager of Product Marketing for Secure API Connectivity Solutions at NGINX, part of F5 By now, most Platform Ops teams are familiar with API sprawl – shorthand for the compounding challenges enterprises face...
March 20, 2023
Member Post
5 ways cloud native guardrails help your development team deliver
Guest post originally published on the Fairwinds blog by Danielle Cook Traditional approaches to governance, such as Information Technology Infrastructure Library (ITIL) approaches that created a set of detailed practices for IT service and asset management, were overly...
March 20, 2023
Member Post
How to use Kubernetes events for effective alerting and monitoring
Guest post also published on the Grafana Labs blog by Hrittik Roy Kubernetes, a graduated project of the Cloud Native Computing Foundation (CNCF) ecosystem, is the most prominent and widely used container orchestration systems. It’s used to manage and deploy...
March 13, 2023 | By Hrittik Roy
Member Post
Automatically convert Grafana Dashboards from InfluxQL to PromQL with a new open source tool
Guest post originally published on the Logz.io blog by Tamir Michaeli and Dotan Horovits Open source metrics monitoring with Prometheus, InfluxDB, and Grafana It’s monitoring time. We all collect metrics from our system and applications to monitor their...
March 10, 2023 | By Tamir Michaeli + Dotan Horovits
Member Post
Thinking about programs from a mathematical perspective to verify their correctness
Guest post by Tian Ye of DatenLord The purpose of this article is to provide readers who have not been exposed to formal methods with a new perspective on computer systems and algorithms, rather than formal methods or...
March 8, 2023 | By Tian Ye