Best of Kubernetes β March 2024
- 1
- 2
- 3
- 4
- 5
Community PicksΒ·2y
Top 25 Docker Extensions for Every Java Developer in 2024
Discover a curated list of Docker extensions for vulnerability detection, monitoring and observability, database tools, testing tools, utility tools, Kubernetes-related extensions, and container management and orchestration.
- 6
AWS in Plain EnglishΒ·2y
β From Docker to Kubernetes: Elevating Our Login App π
This post discusses the process of moving a Dockerized login application to a Kubernetes cluster. It covers deployment using manifest files and Helm charts, accessing the application, leveraging monitoring and management tools like Prometheus and Grafana, managing data persistence and secrets, and the benefits of transitioning to Kubernetes.
- 7
Community PicksΒ·2y
derailed/popeye: π A Kubernetes cluster resource sanitizer
Popeye is a utility that scans live Kubernetes clusters and reports potential issues with deployed resources and configurations. It aims at reducing the cognitive overload one faces when operating a Kubernetes cluster in the wild. Popeye is a readonly tool that does not alter any of your Kubernetes resources.
- 8
- 9
ThePrimeTimeΒ·2yYou Need Kubernetes?
Learn the hard things that are in demand to increase your chances of making good money in the software engineering industry. Consider the benefits of learning difficult skills and the drawbacks of relying on third-party services. Should you learn Kubernetes? It depends on your specific goals and circumstances.
- 10
Java Code GeeksΒ·2y
Become a Certified Kubernetes Administrator and Elevate Your Career
Become a Certified Kubernetes Administrator and elevate your career by gaining the CKA certification. This comprehensive guide provides information on the certification, its benefits, and tips for exam preparation. Unlock a world of exciting career opportunities in the realm of container orchestration.
- 11
CerbosΒ·2y
Cloud Native Live: Simplifying microservice authorization
Cerbos simplifies microservice authorization by decoupling the authorization logic from individual codebases into a centralized, highly available service. This approach enhances security, scalability, and maintainability. Cerbos supports JWT access tokens and allows easy management of permissions with YAML policy definitions.
- 12
Community PicksΒ·2y
When Kubernetes and Go don't work well together
This post explores an issue encountered when using Kubernetes and Go together, where the Go program is not aware of the resource limits set for its container. The post explains how the issue manifests, provides insights into Go's garbage collector, and suggests a solution using the GOMEMLIMIT environment variable.
- 13
- 14
- 15
CerbosΒ·2y
Embracing WebAssembly in authorization
The post discusses the launch and growth of Cerbos Hub, the influence of WebAssembly (WASM) on Kubernetes and cloud-native technologies, the hurdles organizations face when adopting WASM-based solutions in Kubernetes, and Cerbos' approach to leveraging WASM in its solutions.
- 16
- 17
MediumΒ·2y
Advanced End-to-End DevSecOps Kubernetes Three-Tier Project using Azure AKS, fluxCD, Prometheus, Grafana, and GitLab
This post discusses the implementation of an advanced DevSecOps Kubernetes three-tier project using Azure AKS, fluxCD, Prometheus, Grafana, and GitLab. It covers the prerequisites, deployment of cloud infrastructure using Terraform and secure secret management with HashiCorp Vault, and automation of deployment and configuration tasks with GitLab CI/CD pipelines.
- 18
ITNEXTΒ·2y
Cluster.dev: Is it the right Kubernetes Bootstrapping tool for you?
Cluster.dev is an open-source solution for managing cloud-native infrastructure using templates. It integrates technologies like Terraform and Helm to deploy complex systems. It distinguishes itself from other tools by providing a holistic infrastructure management approach and allowing limitless combinations of tools and workflows.
- 19
- 20
SpaceliftΒ·2y
How to Use Kubectl Port-forward in Kubernetes Applications
Learn how to use kubectl port-forward to setup port forwarding to applications running on Kubernetes. Understand the difference between kubectl port-forward and kubectl proxy. Discover use cases for port forwarding, such as debugging, accessing web applications, and database access. Find out how to run port forwarding in the background, bind to 0.0.0.0, and stop port forwarding. Learn best practices for using port-forwarding.
