Collection of Intel device plugins for Kubernetes
https://github.com/intel/intel-device-plugins-for-kubernetes
https://github.com/intel/intel-device-plugins-for-kubernetes
GitHub
GitHub - intel/intel-device-plugins-for-kubernetes: Collection of Intel device plugins for Kubernetes
Collection of Intel device plugins for Kubernetes. Contribute to intel/intel-device-plugins-for-kubernetes development by creating an account on GitHub.
👍2
This blog post introduces a solution for deploying serverless Streamlit applications using Terraform on AWS. It describes a scalable architecture that leverages Amazon ECS with Fargate, CloudFront for content delivery, and a CI/CD pipeline using CodePipeline and CodeBuild. The solution aims to simplify the deployment process, allowing developers to focus on building AI-powered apps without managing infrastructure
https://aws.amazon.com/blogs/devops/accelerate-serverless-streamlit-app-deployment-with-terraform/
https://aws.amazon.com/blogs/devops/accelerate-serverless-streamlit-app-deployment-with-terraform/
Amazon
Accelerate Serverless Streamlit App Deployment with Terraform | Amazon Web Services
Graphic created by Kevon Mayers. Introduction As customers increasingly seek to harness the power of generative AI (GenAI) and machine learning to deliver cutting-edge applications, the need for a flexible, intuitive, and scalable development platform has…
🔥5
This article discusses using the Monkale CoreDNS Manager Operator to manage internal DNS in air-gapped Kubernetes (k3s) clusters. It provides a comprehensive guide on exposing k3s CoreDNS to the network, utilizing it as a DNS server, and managing DNS zones using Custom Resource Definitions (CRDs).
https://itnext.io/managing-internal-dns-in-air-gapped-k3s-clusters-with-monkale-coredns-manager-operator-fa1c9136cc2c
https://itnext.io/managing-internal-dns-in-air-gapped-k3s-clusters-with-monkale-coredns-manager-operator-fa1c9136cc2c
Medium
Managing Internal DNS in Air-Gapped k3s Clusters with Monkale CoreDNS-Manager-Operator
In this guide, we explore using the Monkale CoreDNS Manager Operator in an air-gapped environment. We’ll cover how to expose k3s CoreDNS to…
Hypermedia based internal tools for teams. Application server for containerized apps. Runbook automation like Rundeck, custom apps like Retool.
https://github.com/claceio/clace
https://github.com/claceio/clace
GitHub
GitHub - openrundev/openrun: Open source alternative to Google Cloud Run and AWS App Runner. Easily deploy web apps declaratively.
Open source alternative to Google Cloud Run and AWS App Runner. Easily deploy web apps declaratively. - openrundev/openrun
Lightweight server monitoring hub with historical data, docker stats, and alerts.
https://github.com/henrygd/beszel
https://github.com/henrygd/beszel
GitHub
GitHub - henrygd/beszel: Lightweight server monitoring hub with historical data, docker stats, and alerts.
Lightweight server monitoring hub with historical data, docker stats, and alerts. - henrygd/beszel
👍4
🚀 Perplexity – Your DevOps Superpower! 🔥
I use Perplexity daily for my DevOps tasks, and it’s a game-changer! 💻⚡️
🔍 Use it instead of search – get precise, instant answers without the noise.
🤖 All-in-One AI Hub – ChatGPT, Claude, and more in a single app.
Boost your workflow with smarter AI! 🚀💡
👉 🔗 Register Now 👈
I use Perplexity daily for my DevOps tasks, and it’s a game-changer! 💻⚡️
🔍 Use it instead of search – get precise, instant answers without the noise.
🤖 All-in-One AI Hub – ChatGPT, Claude, and more in a single app.
Boost your workflow with smarter AI! 🚀💡
👉 🔗 Register Now 👈
🔥10👍6❤2
This article provides a comprehensive guide on implementing a Kubernetes webhook admission controller for custom authorization logic. It covers the process of creating an authorization service using Golang, setting up TLS certificates for secure communication, and configuring the necessary Kubernetes resources
https://itnext.io/kubernetes-webhook-admission-controller-3271d041c636
https://itnext.io/kubernetes-webhook-admission-controller-3271d041c636
Medium
Kubernetes Webhook Admission Controller
How to use k8s admission controller for authorize externally
👍6
The article demonstrates how TAR can cause a complete service outage in one zone if pods become unavailable, despite the presence of healthy pods in other zones1
. It also highlights additional limitations of TAR, such as inconsistent behavior with fewer than three pods per zone and potential conflicts with other Kubernetes features like horizontal pod autoscaling
https://buoyant.io/blog/the-trouble-with-topology-aware-routing-sacrificing-reliability-to-avoid-cross-zone-traffic
. It also highlights additional limitations of TAR, such as inconsistent behavior with fewer than three pods per zone and potential conflicts with other Kubernetes features like horizontal pod autoscaling
https://buoyant.io/blog/the-trouble-with-topology-aware-routing-sacrificing-reliability-to-avoid-cross-zone-traffic
www.buoyant.io
The trouble with Topology Aware Routing: Sacrificing reliability in the name of cost savings
Topology Aware Routing is a feature of Kubernetes that prevents cluster traffic within one availability zone from crossing to another availability zone. For high-traffic applications deployed in multi-zone clusters, this can provide significant cost savings.…
👍5
Forwarded from Best Channels for Tech guys
🐍 Python Notes 🐍
Stay on top of your Python skills with concise notes, tips, and tricks for every level of developer! Whether you're a beginner or advanced, these notes cover everything from basic syntax to advanced libraries and real-world applications.
📘 Comprehensive Python Guides
⚙️ Practical Coding Tips & Tricks
🚀 Master Python, Step by Step
✨ Subscribe now and boost your Python knowledge! 📲
Stay on top of your Python skills with concise notes, tips, and tricks for every level of developer! Whether you're a beginner or advanced, these notes cover everything from basic syntax to advanced libraries and real-world applications.
📘 Comprehensive Python Guides
⚙️ Practical Coding Tips & Tricks
🚀 Master Python, Step by Step
✨ Subscribe now and boost your Python knowledge! 📲
🔥5
This article details the author's experience integrating a MongoDB NoSQL database into a Kubernetes cluster and connecting it with a Spring Boot application. It provides a step-by-step guide on setting up a local Kind Kubernetes cluster, installing the MongoDB operator, creating a MongoDB cluster, and developing a Spring Boot application that interacts with the database
https://medium.com/@martin.hodges/my-experience-adding-a-mongodb-no-sql-database-to-my-kubernetes-cluster-f43fe72fa0ba
https://medium.com/@martin.hodges/my-experience-adding-a-mongodb-no-sql-database-to-my-kubernetes-cluster-f43fe72fa0ba
Medium
My experience adding a MongoDB No-SQL database to my Kubernetes cluster
If you have read my article on how to decide between SQL and No-SQL databases, you may be wondering if you can add a No-SQL MongoDB…
👍4
This blog post provides an in-depth exploration of the new mseal system call introduced in Linux kernel 6.10. The mseal syscall implements "memory sealing," allowing developers to make memory regions immutable during program runtime1
. It prevents attackers from modifying sealed memory areas, even with code execution capabilities1
https://blog.trailofbits.com/2024/10/25/a-deep-dive-into-linuxs-new-mseal-syscall/
. It prevents attackers from modifying sealed memory areas, even with code execution capabilities1
https://blog.trailofbits.com/2024/10/25/a-deep-dive-into-linuxs-new-mseal-syscall/
The Trail of Bits Blog
A deep dive into Linux’s new mseal syscall
If you love exploit mitigations, you may have heard of a new system call named mseal landing into the Linux kernel’s 6.10 release, providing a protection called “memory sealing.” Beyond notes from the authors, very little information about this mitigation…
👍3
An extensible framework for application-level data management on Kubernetes, Kanister is a Cloud Native Computing Foundation sandbox project and was originally created by the Veeam Kasten team.
https://github.com/kanisterio/kanister
https://github.com/kanisterio/kanister
GitHub
GitHub - kanisterio/kanister: An extensible framework for application-level data management on Kubernetes, Kanister is a Cloud…
An extensible framework for application-level data management on Kubernetes, Kanister is a Cloud Native Computing Foundation sandbox project and was originally created by the Veeam Kasten team. - k...
👍2
This article provides an in-depth exploration of OpenTelemetry logs, a powerful open-source observability framework. It discusses how OpenTelemetry simplifies the collection and management of telemetry data at scale, offering developers better insights into application performance and behavior.
https://manassharma.hashnode.dev/opentelemetry-logs-deep-dive
https://manassharma.hashnode.dev/opentelemetry-logs-deep-dive
👍5
This blog post discusses preemptible pods in Kubernetes, a feature that allows for more efficient resource utilization in cluster environments. It likely explores how PerfectScale's solutions can help users optimize their Kubernetes deployments by leveraging preemptible pods effectively.
https://www.perfectscale.io/blog/preemptible-pods
https://www.perfectscale.io/blog/preemptible-pods
www.perfectscale.io
Preemptible Pods
Learn how preemptible pods prioritize critical workloads, optimize node utilization, set up PriorityClasses, and implement pod preemption.
👍3