The lazier way to manage everything docker
https://github.com/jesseduffield/lazydocker
π₯ Receives $200 credit on DigitalOcean π
https://github.com/jesseduffield/lazydocker
π₯ Receives $200 credit on DigitalOcean π
GitHub
GitHub - jesseduffield/lazydocker: The lazier way to manage everything docker
The lazier way to manage everything docker. Contribute to jesseduffield/lazydocker development by creating an account on GitHub.
β€1π1
The article likely explores the inner workings and architecture of Docker containers, a popular technology for application deployment and virtualization. It probably delves into the core concepts of containerization, explaining how Docker containers isolate processes and manage resources on a host system.
https://dev.to/zeedu_dev/how-does-a-docker-container-work-internally-1o23
π₯ Receives $200 credit on DigitalOcean π
https://dev.to/zeedu_dev/how-does-a-docker-container-work-internally-1o23
π₯ Receives $200 credit on DigitalOcean π
DEV Community
How Does a Docker Container Work Internally?
Containers, especially Docker containers, are used everywhere, we tend to see them as small isolated...
β€1π1
The author introduces Kubernetes' fine-grained Horizontal Pod Autoscaling (HPA) using container resource metrics, a feature that graduated to stable in Kubernetes v1.30. This enhancement allows HPA to target individual container metrics within a pod, enabling more precise scaling decisions based on the resource utilization of specific containers rather than the entire pod's average usage.
https://engineering.doit.com/kubernetes-fine-grained-horizontal-pod-autoscaling-with-container-resource-metrics-9d96c9e105ca
π₯ Receives $200 credit on DigitalOcean π
https://engineering.doit.com/kubernetes-fine-grained-horizontal-pod-autoscaling-with-container-resource-metrics-9d96c9e105ca
π₯ Receives $200 credit on DigitalOcean π
Medium
Kubernetes Fine-Grained Horizontal Pod Autoscaling with Container Resource Metrics
Kubernetes Horizontal Pod Autoscaler (HPA) has revolutionized how we manage workloads by automatically scaling deployments/statefulset podsβ¦
π3β€2
βοΈ User-friendly and detailed socket statistics with a Terminal UI.
https://github.com/PabloLec/neoss
π₯ Receives $200 credit on DigitalOcean π
https://github.com/PabloLec/neoss
π₯ Receives $200 credit on DigitalOcean π
GitHub
GitHub - PabloLec/neoss: :heavy_check_mark: User-friendly and detailed socket statistics with a Terminal UI.
:heavy_check_mark: User-friendly and detailed socket statistics with a Terminal UI. - PabloLec/neoss
β€2
Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters.
https://github.com/kubernetes-sigs/kwok
π Join our community ππ»
https://github.com/kubernetes-sigs/kwok
π Join our community ππ»
GitHub
GitHub - kubernetes-sigs/kwok: Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters.
Kubernetes WithOut Kubelet - Simulates thousands of Nodes and Clusters. - kubernetes-sigs/kwok
π3
The principle of least privilege is a foundational security practice aimed at minimizing access by granting only the necessary permissions to identities, ensuring tighter control over resources. In this article, Chainguard CTO Matt Moore introduces the concept of Audited Least Privilege, a complementary approach that leverages IAM audit logs and alert policies to enhance resource-centric security as part of a layered defense strategy.
https://www.chainguard.dev/unchained/audited-least-privilege
π Join our community ππ»
https://www.chainguard.dev/unchained/audited-least-privilege
π Join our community ππ»
www.chainguard.dev
Audited least privilege
Strengthen your software supply chain security with audited least privilege. Learn how Chainguard's approach minimizes risk and enhances trust.
π₯1
Cron jobs are powerful tools for automating repetitive tasks on Unix-based systems, allowing users to schedule commands or scripts to run at specific times or intervals. This comprehensive guide delves into the intricacies of cron jobs, covering everything from basic syntax and setup to advanced monitoring techniques and best practices for efficient system management.
https://razorops.com/blog/a-detailed-guide-to-cron-jobs
π Join our community ππ»
https://razorops.com/blog/a-detailed-guide-to-cron-jobs
π Join our community ππ»
Razorops
A detailed guide to cron jobs
Cron jobs are scheduled commands or scripts on Unix-based systems (like Linux and macOS) that are executed at fixed times, intervals, or specific dates.
π3π2
Terminal Network scanner & diagnostic tool with modern TUI
https://github.com/Chleba/netscanner
π Join our community ππ»
https://github.com/Chleba/netscanner
π Join our community ππ»
GitHub
GitHub - Chleba/netscanner: Terminal Network scanner & diagnostic tool with modern TUI
Terminal Network scanner & diagnostic tool with modern TUI - Chleba/netscanner
π3
Platform engineering has emerged as a crucial discipline in modern software development, aiming to streamline the developer experience and improve productivity across organizations. This article explores how platform engineering principles can benefit companies of all sizes, from startups to large enterprises, by creating standardized, self-service infrastructure that empowers developers to focus on building and shipping products more efficiently.
https://thenewstack.io/platform-engineering-is-for-everyone/
π Join our community ππ»
https://thenewstack.io/platform-engineering-is-for-everyone/
π Join our community ππ»
The New Stack
Platform Engineering Is for Everyone
Developer experience shouldnβt be the only focus of your internal developer platform; driving business impact is just as important.
π4
Effective endpoint health monitoring is crucial for maintaining the reliability and performance of modern web applications and APIs. This article explores how to implement a robust health monitoring system using AWS services and Terraform, providing developers with a practical guide to ensure their endpoints remain responsive and available.
https://dev.to/wardove/endpoint-health-monitoring-with-aws-services-and-terraform-56e5
π Join our community ππ»
https://dev.to/wardove/endpoint-health-monitoring-with-aws-services-and-terraform-56e5
π Join our community ππ»
DEV Community
Endpoint Health Monitoring with AWS Services and Terraform
Table of Contents Introduction Implementation via console IaC and CI/CD ...
π3β€1π€£1
Kardinal is the lightest-weight way to spin up dev and test environments in Kubernetes. Deploy the absolute minimum resources necessary and implement dev, test, and QA all in one cluster.
https://github.com/kurtosis-tech/kardinal
π Join our community ππ»
https://github.com/kurtosis-tech/kardinal
π Join our community ππ»
GitHub
GitHub - kurtosis-tech/kardinal: Kardinal is the lightest-weight way to spin up dev and test environments in Kubernetes. Deployβ¦
Kardinal is the lightest-weight way to spin up dev and test environments in Kubernetes. Deploy the absolute minimum resources necessary and implement dev, test, and QA all in one cluster. - kurtosi...
π2
AWS RDS IAM database authentication offers a secure and efficient method for managing access to RDS instances without the need for traditional database credentials. This article explores the implementation of IAM authentication for RDS databases in an Amazon EKS environment, demonstrating how to configure and deploy this setup using Terraform for infrastructure as code.
https://rtfm.co.ua/en/aws-rds-iam-database-authentication-eks-pod-identities-and-terraform
π Join our community ππ»
https://rtfm.co.ua/en/aws-rds-iam-database-authentication-eks-pod-identities-and-terraform
π Join our community ππ»
RTFM: Linux, DevOps, and system administration | DevOps-engineering, and system administration. Cases from practice.
AWS: RDS IAM database authentication, EKS Pod Identities, and Terraform
The AWS RDS IAM database overview, using Terraform for AWS EKS Pod Identities, and use Kubernetes Pod ServiceAccount to connect to RDS
π5
data plane testing utility of cloud native
https://github.com/kdoctor-io/kdoctor
π Join our community ππ»
https://github.com/kdoctor-io/kdoctor
π Join our community ππ»
GitHub
GitHub - kdoctor-io/kdoctor: data plane testing utility of cloud native
data plane testing utility of cloud native. Contribute to kdoctor-io/kdoctor development by creating an account on GitHub.
Forwarded from Best Channels for Tech guys
βοΈ AWS Podcast β The Official Podcast for Developers βοΈ
Stay ahead with the latest AWS news, trends, and innovations! Join Simon Elisha and Hawn Nguyen-Loughren for regular updates, deep dives, new launches, and expert interviews covering storage, security, serverless, infrastructure, and more.
π Explore Cutting-Edge Cloud Tech
π Deep Dives & Expert Insights
π§ For Developers, Architects & IT Pros
β¨ Subscribe now and be at the forefront of cloud innovation! π²
Stay ahead with the latest AWS news, trends, and innovations! Join Simon Elisha and Hawn Nguyen-Loughren for regular updates, deep dives, new launches, and expert interviews covering storage, security, serverless, infrastructure, and more.
π Explore Cutting-Edge Cloud Tech
π Deep Dives & Expert Insights
π§ For Developers, Architects & IT Pros
β¨ Subscribe now and be at the forefront of cloud innovation! π²
The article "Linux LKM Persistence" explores advanced techniques for maintaining persistence on Linux systems using loadable kernel modules (LKMs). It delves into the methods of loading malicious kernel modules at boot time, focusing on the use of the
https://righteousit.com/2024/11/18/linux-lkm-persistence/
π Join our community ππ»
systemd-modules-load service to install and hide a rootkithttps://righteousit.com/2024/11/18/linux-lkm-persistence/
π Join our community ππ»
Righteous IT
Linux LKM Persistence
Some thoughts on how to persist your Linux LKM rootkits and some ideas for detection.
π3
The article "Using Tracetest with OpenTelemetry for Trace-based Testing" explores the concept of trace-based testing in distributed systems and introduces tools to implement this approach. It delves into the basics of distributed tracing, compares it with traditional logging methods, and demonstrates how to use OpenTelemetry for instrumentation and Tracetest for creating and running trace-based tests.
https://tracetest.io/blog/trace-based-testing-with-opentelemetry-using-tracetest-with-opentelemetry
π Join our community ππ»
https://tracetest.io/blog/trace-based-testing-with-opentelemetry-using-tracetest-with-opentelemetry
π Join our community ππ»
tracetest.io
Trace-based Testing with Tracetest + OpenTelemetry | Tracetest Blog
Learn the basics of distributed tracing, the differences between tracing and logging, an intro to OpenTelemetry (a set of observability tools), and an intro to Tracetest for trace-based testing.
π3
A Helm plugin that uses Common Expression Language (CEL) to validate values. Instead of using JSON Schema in values.schema.json, you can write more expressive validation rules using CEL in values.cel.yaml.
https://github.com/idsulik/helm-cel
π Join our community ππ»
https://github.com/idsulik/helm-cel
π Join our community ππ»
GitHub
GitHub - idsulik/helm-cel: A Helm plugin that uses Common Expression Language (CEL) to validate values. Instead of using JSON Schemaβ¦
A Helm plugin that uses Common Expression Language (CEL) to validate values. Instead of using JSON Schema in values.schema.json, you can write more expressive validation rules using CEL in values.c...
π3