Interesting article about k8s security best practices
https://blog.palark.com/kubernetes-security-best-practices/
https://blog.palark.com/kubernetes-security-best-practices/
Palark
Kubernetes security basics & best practices. 5 steps to implement them
Implementing security in Kubernetes is an essential yet incredibly vast topic. Here, we will cover the most critical security basics of what should be considered and what you should do with K8s to upgrade your DevSecOps level.
👍5🔥3
Trolley is a multi cloud Kubernetes management system. A simplified UI which allows the user to Deploy, Edit and Delete clusters and deployments within them on AWS, Azure and GCP.
https://github.com/Trolley-MGMT/trolleymgmt
https://github.com/Trolley-MGMT/trolleymgmt
GitHub
GitHub - Trolley-MGMT/trolleymgmt: Trolley is a multi cloud Kubernetes management system. A simplified UI which allows the user…
Trolley is a multi cloud Kubernetes management system. A simplified UI which allows the user to Deploy, Edit and Delete clusters and deployments within them on AWS, Azure and GCP. - Trolley-MGMT/tr...
👍2
A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://github.com/headlamp-k8s/headlamp
https://github.com/headlamp-k8s/headlamp
GitHub
GitHub - kubernetes-sigs/headlamp: A Kubernetes web UI that is fully-featured, user-friendly and extensible
A Kubernetes web UI that is fully-featured, user-friendly and extensible - kubernetes-sigs/headlamp
🔥6👍1
Kubelet Serving TLS Certificate Signing Request Approver
https://github.com/alex1989hu/kubelet-serving-cert-approver
https://github.com/alex1989hu/kubelet-serving-cert-approver
GitHub
GitHub - alex1989hu/kubelet-serving-cert-approver: Kubelet Serving TLS Certificate Signing Request Approver
Kubelet Serving TLS Certificate Signing Request Approver - alex1989hu/kubelet-serving-cert-approver
👍3
Kube or Fake is an entertaining mini-game, where the player's goal is to correctly guess whether a ChatGPT generated word is a real Kubernetes term, or made up.
https://github.com/rafttio/kube-or-fake
https://github.com/rafttio/kube-or-fake
GitHub
GitHub - rafttio/kube-or-fake: Kube or Fake is an entertaining mini-game, where the player's goal is to correctly guess whether…
Kube or Fake is an entertaining mini-game, where the player's goal is to correctly guess whether a ChatGPT generated word is a real Kubernetes term, or made up. - rafttio/kube-or-fake
👍2
Good review what feature AWS EKS has https://www.youtube.com/watch?v=HYG3B0Hw1sQ
YouTube
AWS re:Invent 2023 - Accelerate your Kubernetes journey with Amazon EKS (CON206)
In this session, hear how Amazon EKS provides AWS customers with production-grade Kubernetes. Organizations need to scale clusters to support the size of their businesses. Teams across organizations may also want to modernize their applications using Kubernetes…
👍5❤2
Good video about cost optimization
https://www.youtube.com/watch?v=EOUTf2Dxo0Y
https://www.youtube.com/watch?v=EOUTf2Dxo0Y
YouTube
AWS re:Invent 2023 - What’s new with AWS cost optimization (COP204)
In this session, learn how you can develop a holistic cost optimization strategy with AWS and operate cost-effectively while maintaining high performance. AWS offers a suite of management tools that can help you monitor your resource performance and cost…
👍3
Good article about creating documentation
https://abstraction.blog/2023/11/22/intuitive-documentation-strategy
https://abstraction.blog/2023/11/22/intuitive-documentation-strategy
Abstraction.blog
An intuitive documentation strategy
I wrote this blog post to share some of my learnings on creating intuitive documentation for products and projects over the past decade or so. This post is for those of you looking to make your documentation interesting enough for the audience to keep coming…
👍5
easylkb - Easy Linux Kernel Builder
https://jack-vanlightly.com/blog/2023/11/14/the-architecture-of-serverless-data-systems
https://jack-vanlightly.com/blog/2023/11/14/the-architecture-of-serverless-data-systems
Jack Vanlightly
The Architecture of Serverless Data Systems — Jack Vanlightly
I recently blogged about why I believe the future of cloud data services is large-scale and multi-tenant, citing, among others, S3. “ Top tier SaaS services like S3 are able to deliver amazing simplicity, reliability, durability, scalability, and low price…
👍2👌1
An interesting post about serverless data systems
https://jack-vanlightly.com/blog/2023/11/14/the-architecture-of-serverless-data-systems
https://jack-vanlightly.com/blog/2023/11/14/the-architecture-of-serverless-data-systems
Jack Vanlightly
The Architecture of Serverless Data Systems — Jack Vanlightly
I recently blogged about why I believe the future of cloud data services is large-scale and multi-tenant, citing, among others, S3. “ Top tier SaaS services like S3 are able to deliver amazing simplicity, reliability, durability, scalability, and low price…
👍2
Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry.
https://github.com/autometrics-dev/autometrics-py
https://github.com/autometrics-dev/autometrics-py
GitHub
GitHub - autometrics-dev/autometrics-py: Easily add metrics to your code that actually help you spot and debug issues in production.…
Easily add metrics to your code that actually help you spot and debug issues in production. Built on Prometheus and OpenTelemetry. - autometrics-dev/autometrics-py
🔥2👍1
Very good explanation about network in containers
https://labs.iximiuz.com/tutorials/container-networking-from-scratch
https://labs.iximiuz.com/tutorials/container-networking-from-scratch
iximiuz Labs
How Container Networking Works: Building a Bridge Network From Scratch | iximiuz Labs
Begin with the basics to understand Docker and Kubernetes networking: learn how to create and interconnect Linux network namespaces using only command-line tools.
👍5❤1
A story about migrating from AWS to Bare-Metal
https://blog.oneuptime.com/moving-from-aws-to-bare-metal/
https://blog.oneuptime.com/moving-from-aws-to-bare-metal/
👍5
So in this post the author wants to briefly talk about
- an intuitive mental model the author thinks many people have
- how git actually represents branches internally (“branches are a pointer to a commit” etc)
- how the “intuitive model” and the real way it works are actually pretty closely related
- some limits of the intuitive model and why it might cause problems
- Nothing in this post is remotely groundbreaking so I’m going to try to keep it pretty short.
https://jvns.ca/blog/2023/11/23/branches-intuition-reality/
- an intuitive mental model the author thinks many people have
- how git actually represents branches internally (“branches are a pointer to a commit” etc)
- how the “intuitive model” and the real way it works are actually pretty closely related
- some limits of the intuitive model and why it might cause problems
- Nothing in this post is remotely groundbreaking so I’m going to try to keep it pretty short.
https://jvns.ca/blog/2023/11/23/branches-intuition-reality/
Julia Evans
git branches: intuition & reality
Hello! I’ve been working on writing a zine about git so I’ve been thinking about git branches a lot. I keep hearing from people that they find the way git branches work to be counterintuitive. It got me thinking: what might an “intuitive” notion of a branch…
👍4