https://github.com/runwhen-contrib/runwhen-local
RunWhen Local provides a tailored troubleshooting cheat sheet for Kubernetes environments
RunWhen Local provides a tailored troubleshooting cheat sheet for Kubernetes environments
GitHub
GitHub - runwhen-contrib/runwhen-local: RunWhen Local provides a tailored troubleshooting cheat sheet for Kubernetes environments
RunWhen Local provides a tailored troubleshooting cheat sheet for Kubernetes environments - runwhen-contrib/runwhen-local
https://blog.palark.com/prometheus-architecture-tsdb/
Prometheus is a powerful monitoring tool, and understanding its architecture, particularly the Time Series Database (TSDB), is key to effectively managing and querying metrics. This article from Palark delves into the architecture of Prometheus with a focus on TSDB, explaining how it stores and retrieves time-series data. Learn about the inner workings of Prometheus to optimize your monitoring setup and gain deeper insights into your system’s performance.
Prometheus is a powerful monitoring tool, and understanding its architecture, particularly the Time Series Database (TSDB), is key to effectively managing and querying metrics. This article from Palark delves into the architecture of Prometheus with a focus on TSDB, explaining how it stores and retrieves time-series data. Learn about the inner workings of Prometheus to optimize your monitoring setup and gain deeper insights into your system’s performance.
🔥3
Returning to Terraform after a break can be both refreshing and challenging. This article from Ordina JWorks revisits Terraform, exploring the latest features, best practices, and updates in the infrastructure as code landscape. Whether you're reacquainting yourself with Terraform or looking to enhance your existing knowledge, this guide provides valuable insights to help you get back on track with efficient and scalable infrastructure management.
https://blog.ordina-jworks.io/cloud/2023/06/05/back-to-terraform.html
https://blog.ordina-jworks.io/cloud/2023/06/05/back-to-terraform.html
blog.ordina-jworks.io
Back to Terraform - Pieter Vincken and Yannick Bontemps
Ordina JWorks Tech Blog
1👍1
Out-Of-Memory (OOM) issues can be a common challenge in Kubernetes environments, and understanding the OOM Killer is crucial for maintaining system stability. This article from Cloud Native Daily demystifies the OOM Killer in Kubernetes, explaining how it operates and how to track down memory issues. Learn the best practices for diagnosing and preventing memory-related problems in your Kubernetes clusters.
https://medium.com/cloud-native-daily/noscript-demystifying-oom-killer-in-kubernetes-tracking-down-memory-issues-b5a4973fbd56
https://medium.com/cloud-native-daily/noscript-demystifying-oom-killer-in-kubernetes-tracking-down-memory-issues-b5a4973fbd56
Medium
Demystifying OOM Killer in Kubernetes: Tracking Down Memory Issues
Unravelling the mysteries of the OOM killer, delve into its inner workings, and learn how to track down memory issues that lead to OOM…
The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows.
https://github.com/vidispine/hull
https://github.com/vidispine/hull
GitHub
GitHub - vidispine/hull: The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based…
The incredible HULL - Helm Uniform Layer Library - is a Helm library chart to improve Helm chart based workflows. - GitHub - vidispine/hull: The incredible HULL - Helm Uniform Layer Library - is a...
🔥2
Monitoring AWS Lambda functions is essential for ensuring their performance and reliability. This comprehensive guide from AWS Plain English covers everything you need to know about AWS Lambda monitoring. Explore the tools, metrics, and best practices for tracking the health and efficiency of your serverless applications, enabling you to detect issues early and optimize performance.
https://aws.plainenglish.io/aws-lambda-monitoring-a-full-guide-3cc68c6052fd
https://aws.plainenglish.io/aws-lambda-monitoring-a-full-guide-3cc68c6052fd
Medium
AWS Lambda Monitoring — A Full Guide
Maximize Your Serverless Success with Complete AWS Lambda Monitoring Guide
👍1
Nephio is a Kubernetes-based automation platform for deploying and managing highly distributed, interconnected workloads such as 5G Network Functions, and the underlying infrastructure on which those workloads depend.
https://github.com/nephio-project/nephio
https://github.com/nephio-project/nephio
GitHub
GitHub - nephio-project/nephio: Nephio is a Kubernetes-based automation platform for deploying and managing highly distributed…
Nephio is a Kubernetes-based automation platform for deploying and managing highly distributed, interconnected workloads such as 5G Network Functions, and the underlying infrastructure on which tho...
Securing Kubernetes workloads requires a comprehensive approach, and using signed and encrypted container images is an essential part of that. This article from ITNEXT provides a practical guide on how to implement signed and encrypted container images to enhance security in Kubernetes environments. Learn how to protect your workloads by ensuring image authenticity, preventing tampering, and encrypting sensitive data within your container images.
https://itnext.io/securing-kubernetes-workloads-a-practical-approach-to-signed-and-encrypted-container-images-ff6e98b65bcd
https://itnext.io/securing-kubernetes-workloads-a-practical-approach-to-signed-and-encrypted-container-images-ff6e98b65bcd
Medium
Securing Kubernetes Workloads: A Practical Approach to Signed and Encrypted Container Images
Podman — one tool to rule them all
👍1
Simple but still extremely powerful K9S alternative. An interactive
https://github.com/pymag09/kubecui
explain command. Security scanning based on trivy. Supports multiple envs. Midnight commander like interface. Custom hotkeyshttps://github.com/pymag09/kubecui
GitHub
GitHub - pymag09/kubecui: Simple but still extremely powerful K9S alternative. An interactive `explain` command. Security scanning…
Simple but still extremely powerful K9S alternative. An interactive `explain` command. Security scanning based on `trivy`. Supports multiple envs. Midnight commander like interface. Custom hotkeys ...
Running Prometheus at scale presents unique challenges, especially in large and complex environments. This article from Cloudflare explains how they manage Prometheus at scale, covering the architecture, optimizations, and strategies that enable efficient monitoring across their global infrastructure. Discover the techniques Cloudflare uses to ensure reliable, high-performance metrics collection and monitoring in their vast network.
https://blog.cloudflare.com/how-cloudflare-runs-prometheus-at-scale/
https://blog.cloudflare.com/how-cloudflare-runs-prometheus-at-scale/
The Cloudflare Blog
How Cloudflare runs Prometheus at scale
Here at Cloudflare we run over 900 instances of Prometheus with a total of around 4.9 billion time series.
Operating such a large Prometheus deployment doesn’t come without challenges .
In this blog post we’ll cover some of the issues we hit and how we solved…
Operating such a large Prometheus deployment doesn’t come without challenges .
In this blog post we’ll cover some of the issues we hit and how we solved…
Securing Kubernetes communications with SSL/TLS is essential for protecting data and ensuring encrypted connections. This article from Semaphore CI explores the process of configuring SSL/TLS in Kubernetes, detailing the steps for setting up secure communication between services. Learn best practices for managing certificates, configuring Ingress, and ensuring your Kubernetes cluster is secure.
https://semaphoreci.com/blog/kubernetes-ssl-tls
https://semaphoreci.com/blog/kubernetes-ssl-tls
Semaphore
Securing Front-end Applications in Kubernetes With SSL/TLS - Semaphore
In this article, we'll explore how to secure front-end applications in a Kubernetes environment, using SSL/TLS.
1👍1
Managing multi-account deployments with Terraform can be complex, but following the right patterns can simplify the process. This article from AWTIP outlines effective strategies and patterns for handling Terraform deployments across multiple AWS accounts. Learn how to structure your Terraform configurations, manage shared resources, and ensure secure and scalable deployments in multi-account environments.
https://awstip.com/patterns-for-terraform-multi-account-deployments-f47d77d6f250
https://awstip.com/patterns-for-terraform-multi-account-deployments-f47d77d6f250
Medium
Patterns for Terraform Multi-Account Deployments
There are different ways that we can organize our terraform code to make it work for multi-account deployments, we can choose any pattern…
👍1
Managing Prometheus alerts in Kubernetes at scale can be challenging, but using GitOps practices can streamline this process. This article from Faun explores how to manage Prometheus alerts in large-scale Kubernetes environments using a GitOps approach. Learn how to automate, version control, and maintain consistency in your alerting configurations, ensuring efficient and reliable monitoring across your clusters.
https://faun.pub/managing-prometheus-alerts-in-kubernetes-at-scale-using-gitops-25d0ab4a2e2d
https://faun.pub/managing-prometheus-alerts-in-kubernetes-at-scale-using-gitops-25d0ab4a2e2d
Medium
Managing Prometheus alerts in Kubernetes at scale using GitOps
Prometheus is a popular open-source monitoring and alerting solution. It is widely used in the Kubernetes ecosystem and is a part of the…
Managing authentication across multiple AWS accounts in Terraform can be complex, but understanding the right techniques is crucial for secure and efficient operations. This article by Hector Reyes Alemán provides a comprehensive guide on using the Terraform AWS provider for multi-account authentication. Learn about the best practices, tools, and configurations needed to manage authentication seamlessly across different AWS accounts in your Terraform projects.
https://hector-reyesaleman.medium.com/terraform-aws-provider-everything-you-need-to-know-about-multi-account-authentication-and-f2343a4afd4b
https://hector-reyesaleman.medium.com/terraform-aws-provider-everything-you-need-to-know-about-multi-account-authentication-and-f2343a4afd4b
Medium
Terraform AWS Provider — Everything you need to know about Multi-Account Authentication and…
There are multiple options available to configure the authentication between Terraform and AWS. But the two entry points are IAM users and…
👍2