Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors.
https://github.com/hyperdxio/hyperdx
https://github.com/hyperdxio/hyperdx
GitHub
GitHub - hyperdxio/hyperdx: Resolve production issues, fast. An open source observability platform unifying session replays, logs…
Resolve production issues, fast. An open source observability platform unifying session replays, logs, metrics, traces and errors powered by ClickHouse and OpenTelemetry. - hyperdxio/hyperdx
👍3❤2👎1👌1
Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
https://github.com/stefanprodan/timoni
https://github.com/stefanprodan/timoni
GitHub
GitHub - stefanprodan/timoni: Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm.
Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm. - stefanprodan/timoni
👍2
The article argues that software teams should focus on enablement rather than productivity of individual developers. It suggests measuring outcomes that satisfy the customers, the developers, and the business, and using platform engineering to facilitate communication and collaboration.
https://thenewstack.io/software-delivery-enablement-not-developer-productivity/
https://thenewstack.io/software-delivery-enablement-not-developer-productivity/
The New Stack
Software Delivery Enablement, Not Developer Productivity
Developer productivity metrics focus on the individual. DevOps says we should focus on software teams' success. Here's how.
👍2
About
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://github.com/signoz/signoz
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
https://github.com/signoz/signoz
GitHub
GitHub - SigNoz/signoz: SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in…
SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open s...
👍2❤1🔥1🤯1
In this article, I've outlined my experiences and key takeaways from working with Terraform. Instead of focusing on deep technical details, I've shared practical advice to help manage Terraform effectively. These tips are designed to save time and prevent potential disasters, making your journey with Terraform smoother.
https://dev.to/tutunak/terraform-expertise-valuable-takeaways-from-years-in-production-2pb1
https://dev.to/tutunak/terraform-expertise-valuable-takeaways-from-years-in-production-2pb1
DEV Community
Terraform Expertise: Valuable Takeaways from Years in Production
In the article, I want to share my insights on the most important lessons learned from years of using...
👍3❤2
The article describes a method of migrating etcd, a distributed key-value store, from one Kubernetes cluster to another without downtime¹[1]. The method involves creating load balancers and static DNS records for the etcd nodes, adding new nodes to the existing cluster, switching the clients to the new endpoints, and removing the old nodes. The article also provides some tips on reducing the etcd database size and avoiding quorum loss.
Source: Conversation with Bing, 10/13/2023
(1) This artic.... undefined.
https://blog.palark.com/etcd-in-kubernetes-migration-tutorial/
Source: Conversation with Bing, 10/13/2023
(1) This artic.... undefined.
https://blog.palark.com/etcd-in-kubernetes-migration-tutorial/
Palark
Migrating etcd between cloud Kubernetes clusters with no downtime
We had an etcd cluster deployed in the production K8s cluster and used for a third-party app. Here is a list of configurations we used and actions we performed to migrate it without impacting the running app.
🤔 What happens when I type kubectl run?
https://github.com/jamiehannaford/what-happens-when-k8s
https://github.com/jamiehannaford/what-happens-when-k8s
GitHub
GitHub - jamiehannaford/what-happens-when-k8s: 🤔 What happens when I type kubectl run?
🤔 What happens when I type kubectl run? Contribute to jamiehannaford/what-happens-when-k8s development by creating an account on GitHub.
❤1👍1
A flexible and scalable platform for running Kubernetes control plane APIs.
https://github.com/KubeStellar/kubeflex
https://github.com/KubeStellar/kubeflex
GitHub
GitHub - kubestellar/kubeflex: A flexible and scalable platform for running Kubernetes control plane APIs.
A flexible and scalable platform for running Kubernetes control plane APIs. - kubestellar/kubeflex
💩2👎1👏1
Monitor your servers, containers, and applications, in high-resolution and in real-time
https://github.com/netdata/netdata
https://github.com/netdata/netdata
GitHub
GitHub - netdata/netdata: The fastest path to AI-powered full stack observability, even for lean teams.
The fastest path to AI-powered full stack observability, even for lean teams. - netdata/netdata
❤1👍1👎1
The blog post explains how to use ArgoCD, a GitOps tool, to automate the continuous delivery/deployment phase of a CI/CD pipeline with Jenkins on Kubernetes. It covers the installation, configuration, and usage of ArgoCD, as well as its integration with GitHub, Vault, and custom health checks
https://medium.com/@emrah-t/extending-your-ci-cd-pipeline-with-gitops-an-end-to-end-automation-with-argocd-and-jenkins-on-f6c39b3dcb21
https://medium.com/@emrah-t/extending-your-ci-cd-pipeline-with-gitops-an-end-to-end-automation-with-argocd-and-jenkins-on-f6c39b3dcb21
Medium
An End-to-End GitOps Automation with ArgoCD and Jenkins on Kubernetes — Part I — Why Bother with…
In the recent four-story-series of Building CI/CD Pipeline with Jenkins Exclusively on Kubernetes, I presented two blueprint projects (a…
👏1
A command-line tool that helps you ship changes to a Kubernetes namespace and understand the result
https://github.com/Shopify/krane
https://github.com/Shopify/krane
GitHub
GitHub - Shopify/krane: A command-line tool that helps you ship changes to a Kubernetes namespace and understand the result
A command-line tool that helps you ship changes to a Kubernetes namespace and understand the result - Shopify/krane
👍2
DevSecOps for Air Gap & Limited-Connection Systems
https://github.com/defenseunicorns/zarf
https://github.com/defenseunicorns/zarf
GitHub
GitHub - zarf-dev/zarf: The Airgap Native Packager Manager for Kubernetes
The Airgap Native Packager Manager for Kubernetes. Contribute to zarf-dev/zarf development by creating an account on GitHub.
❤1👍1
The blog post is a hands-on guide to building a basic Docker-like environment using Linux namespaces, cgroups, and chroot. It shows how to create an isolated container with its own file system, network, and resource limits. It also explains the concepts and commands behind each step of the process.
https://akashrajpurohit.com/blog/build-your-own-docker-with-linux-namespaces-cgroups-and-chroot-handson-guide/
https://akashrajpurohit.com/blog/build-your-own-docker-with-linux-namespaces-cgroups-and-chroot-handson-guide/
Akashrajpurohit
Build Your Own Docker with Linux Namespaces, cgroups, and chroot: Hands-on Guide
Take a practical approach to containerization as we guide you through the step-by-step process of building your own Docker-like environment using Linux namespaces, cgroups, and chroot. Dive into the code and command examples to gain a deeper understanding…
🎉3
The blog post is a hands-on guide to building a basic Docker-like environment using Linux namespaces, cgroups, and chroot12. It shows how to create an isolated container with its own file system, network, and resource limits. It also explains the concepts and commands behind each step of the process.
https://qovery.com/blog/the-cost-of-upgrading-hundreds-of-kubernetes-clusters
https://qovery.com/blog/the-cost-of-upgrading-hundreds-of-kubernetes-clusters
👍2