The article discusses the importance of using Kubernetes namespaces to organize clusters and optimize costs. Namespaces act as virtual clusters within a single physical cluster, enhancing manageability, performance, and security. Creating a namespace strategy depends on factors such as team size, team structure, and project complexity. By using separate namespaces for different teams or projects, companies can provide isolation, team-based access security, and better resource allocation. Additionally, namespaces allow for resource control, helping to define resource limits and distribute cluster resources across multiple projects without interference. The article also provides guidance on creating namespaces and allocating resource costs within a Kubernetes environment.
https://castai.medium.com/kubernetes-namespace-how-to-use-it-to-organize-and-optimize-costs-fb9b6c881853
https://castai.medium.com/kubernetes-namespace-how-to-use-it-to-organize-and-optimize-costs-fb9b6c881853
Medium
Kubernetes Namespace: How To Use It To Organize And Optimize Costs
When you’re running a relatively small cluster, you might get away with having no structure in place for it. But with time, your cluster…
Interesting opinion about platform engineering https://thenewstack.io/platform-engineering-is-not-about-building-fancy-uis/
The New Stack
Platform Engineering Is Not about Building Fancy UIs
There are real consequences to the confusion over developer portals, service catalogs and internal developer platforms.
Manage EKS addons with Terraform https://marcincuber.medium.com/amazon-eks-add-ons-custom-and-advanced-configuration-with-terraform-be745672eedf
Medium
Amazon EKS add-ons: Custom and advanced configuration with Terraform
Configuring advanced configuration for EKS addons using Terraform and AWS provider.
Interesting opinion about platform engineering https://thenewstack.io/platform-engineering-is-not-about-building-fancy-uis/
The New Stack
Platform Engineering Is Not about Building Fancy UIs
There are real consequences to the confusion over developer portals, service catalogs and internal developer platforms.
Another article about security + github https://shopify.engineering/automatically-rotate-github-tokens
Shopify
Automatically Rotating GitHub Tokens (So You Don’t Have To) - Shopify
GitHub personal access tokens (PATs) are like a key: a very, very large key that opens a very, very wide door. Long-lived tokens that have all the access of a developer’s account won’t just cause a leak—it’ll be a flood. Here’s how we rotate tokens automatically…
Github Copilot + GPT-4 on the way https://github.com/features/preview/copilot-x
Reddits outage report (k8s version upgrade problem) https://www.reddit.com/r/RedditEng/comments/11xx5o0/you_broke_reddit_the_piday_outage/
Reddit
From the RedditEng community on Reddit
Explore this post and more from the RedditEng community
The future almost here, github copilot + GPT-4 https://github.blog/2023-03-22-github-copilot-x-the-ai-powered-developer-experience/
The GitHub Blog
GitHub Copilot X: The AI-powered developer experience
GitHub Copilot is evolving to bring chat and voice interfaces, support pull requests, answer questions, and adopt OpenAI's GPT-4.
Interesting article about Terraform and CI/CD process https://medium.com/@calvineotieno010/hardening-terraform-ci-cd-building-a-reliable-terraform-code-ff76eafaf1e1
Medium
Hardening Terraform CI/CD — Building a Reliable Terraform Code
In my previous article I talked about improving your CI/CD pipeline for Helm Charts by doing security scanning with Trivy and GitHub…
No comments, noscript speaks themself https://biriukov.dev/docs/fd-pipe-session-terminal/0-sre-should-know-about-gnu-linux-shell-related-internals-file-denoscriptors-pipes-terminals-user-sessions-process-groups-and-daemons/
Viacheslav Biriukov
GNU/Linux shell related internals
What every SRE should know about GNU/Linux shell related internals: file denoscriptors, pipes, terminals, user sessions, process groups and daemons # Last updated: Oct 2025 Contents
File denoscriptor and open file denoscription Pipes Process groups, jobs and sessions…
File denoscriptor and open file denoscription Pipes Process groups, jobs and sessions…
If you want to build a monorepo I recommend to read this article https://earthly.dev/blog/monorepo-tools/
Earthly Blog
Monorepo Build Tools
Learn about the different monorepo build tools available, including Bazel, Pants, Nx, and Earthly. Discover their features, programming language su...
How github copilot works https://thakkarparth007.github.io/copilot-explorer/posts/copilot-internals.html
Have you ever herd about Geospatial database, https://tech.marksblogg.com/duckdb-geospatial-gis.html
Marksblogg
Geospatial DuckDB
Benchmarks & Tips for Big Data, Hadoop, AWS, Google Cloud, PostgreSQL, Spark, Python & More...
Good guide for writing a kubernetes operator https://shahin-mahmud.medium.com/write-your-first-kubernetes-operator-in-go-177047337eae
Medium
Write your first Kubernetes operator in go
What you need to know to get started