BeAPIzer is a tool that allows developers to quickly create highly customizable, production-ready CRUD APIs for their front-end applications using a real database.
It supports MongoDB and Kubernetes integration, as well as TLS.
More:
11/11/2024, 3:16:04 PM
This week's 6 best Kubernetes leadership jobs are:
Software Engineer with Grafana Labs
π° $81.01K to $97.21K a year
π¨βπ» Remote from India
β
Head of Infrastructure with GetResponse
π° $59.99K to $89.98K a year
π¨βπ» Remote from Poland
β
Software Engineer with Modern Treasury
π° $200K to $360K a year
π¨βπ» Remote from the United States
β
Head Of Engineering with Deep 6 AI
π° $250K to $310K a year
π¨βπ» Remote from the United States
β
Software Engineer with Calendly
π° $212.5K to $345K a year
π¨βπ» Remote from the United States
β
π Browse all 1297 Kubernetes jobs on Kube Careers
11/9/2024, 12:46:03 PM
Kubernetes in action: from pods to production-ready clusters!
π Learnk8s runs a 4-day online Advanced Kubernetes course next week!
You will learn how to:
1οΈβ£ Architect and design resilient clusters (in the cloud or on-prem).
2οΈβ£ Master deployment strategies and resource management.
3οΈβ£ Wire the cluster network and trace packets flowing through it.
4οΈβ£ Secure your cluster with the latest best practices.
5οΈβ£ Autoscale, manage data and stateful workloads, monitoring and more.
What you need to know:
β
40% lecture, 60% hands-on labs.
β
Small groups for personalized learning.
β
Progresses from basics to advanced topics.
β
Lifetime access to course materials and Slack community.
Ticket and info:
Corporate training:
11/8/2024, 2:46:05 PM
Argo CD Diff Preview is a tool that renders the diff between two branches in a Git repository, providing a clear and concise view of the changes between two branches, similar to Atlantis for Terraform.
More:
11/7/2024, 7:11:02 PM
Hillai Ben-Sasson and Ronen Shustin, Security Researchers at Wiz, emphasized that containers should not be solely relied upon as security barriers due to their vulnerability to kernel exploits and common misconfiguration.
They also pointed out significant risks associated with strong secrets within Kubernetes environments, which can grant extensive read and write access across different cloud services and customers.
Watch the full episode:
11/7/2024, 4:26:26 PM
kubectl-browse-pvc is a tool for browsing the contents of a Kubernetes Persistent Volume Claim (PVC) from the command line.
It eliminates the need to create temporary pods to inspect PVCs.
More:
11/6/2024, 7:11:02 PM
Adnan RahiΔ, Staff Developer Advocate at Tracetest, discusses effective team organization. He explains:
Composition of platform teams:
- Mix of SREs, developers, and QAs
- Focus on developer experience, reliability, and performance
Benefits of specialization within teams:
- Dedicated groups for performance optimization using profiling and observability tools
- Teams focused on infrastructure cost management
Importance of clear team structure:
- Leverages individual strengths
- Facilitates collaboration
- Enables further specialization
Adnan emphasizes that this approach leads to more efficient and focused teams in complex Kubernetes environments.
Watch the full interview:
11/6/2024, 4:26:19 PM
The author recounts their experience overengineering a preview site for their blog using Kubernetes.
They describe the challenges they faced and the solutions they implemented, including using protocol buffers, NATS, and Valkey.
More:
11/6/2024, 3:11:06 PM
This week's 6 best Kubernetes leadership jobs are:
Software Engineer with Grafana Labs
π° $81.32K to $97.58K a year
π¨βπ» Remote from India
β
Head Of Engineering with MeridianLink
π° $269.6K to $346.1K a year
π¨βπ» Remote from the United States
β
Head of Infrastructure with GetResponse
π° $59.81K to $89.72K a year
π¨βπ» Remote from Poland
β
Software Engineer with Modern Treasury
π° $200K to $360K a year
π¨βπ» Remote from the United States
β
Head Of Engineering with Deep 6 AI
π° $250K to $310K a year
π¨βπ» Remote from the United States
β
π Browse all 1305 Kubernetes jobs on Kube Careers
11/2/2024, 12:46:03 PM
This article guides readers through adding a MongoDB database to a Kubernetes cluster, creating a Spring Boot application to interact with the database, and deploying the application to the cluster.
More:
11/1/2024, 7:16:03 PM
Optimizing the Kubernetes dev experience requires a balanced approach.
Rather than trying to make everyone a Kubernetes expert, organizations can benefit from creating silos of expertise and using tools like ArgoCD to simplify the development process.
More:
11/1/2024, 3:16:04 PM
Sonobuoy is a diagnostic tool that helps users understand the state of a Kubernetes cluster by running a choice of configuration tests in an accessible and non-destructive manner.
More:
10/31/2024, 7:11:03 PM
Kubernetes in action: from pods to production-ready clusters!
π Learnk8s runs a 4-day online Advanced Kubernetes course in 2 weeks!
You will learn how to:
1οΈβ£ Architect and design resilient clusters (in the cloud or on-prem).
2οΈβ£ Master deployment strategies and resource management.
3οΈβ£ Wire the cluster network and trace packets flowing through it.
4οΈβ£ Secure your cluster with the latest best practices.
5οΈβ£ Autoscale, manage data and stateful workloads, monitoring and more.
What you need to know:
β
40% lecture, 60% hands-on labs.
β
Small groups for personalized learning.
β
Progresses from basics to advanced topics.
β
Lifetime access to course materials and Slack community.
Ticket and info:
Corporate training:
10/31/2024, 1:26:07 PM
This article describes how City Storage Systems built a self-healing framework for their Kubernetes platform, automating the detection and resolution of various failure modes, including Spot node preemptions, unreachable nodes, and network issues.
More:
10/30/2024, 7:16:14 PM
This week's 6 best Kubernetes leadership jobs are:
Software Engineer with Grafana Labs
π° $81.33K to $97.59K a year
π¨βπ» Remote from India
β
Head Of Engineering with MeridianLink
π° $269.6K to $346.1K a year
π¨βπ» Remote from the United States
β
Head of Infrastructure with GetResponse
π° $59.82K to $89.73K a year
π¨βπ» Remote from Poland
β
Software Engineer with Modern Treasury
π° $200K to $360K a year
π¨βπ» Remote from the United States
β
Head Of Engineering with Deep 6 AI
π° $250K to $310K a year
π¨βπ» Remote from the United States
β
π Browse all 1369 Kubernetes jobs on Kube Careers
10/26/2024, 12:46:05 PM
This tutorial explains KEDA and its components and guides you through deploying it in a local development environment using Docker and Minikube, with a use case demonstrating how to scale a job based on events in a Redis list.
More:
10/25/2024, 7:21:04 PM
This article explores the challenges of running PostgreSQL on Kubernetes, comparing DIY solutions and the Bitnami Helm Chart and highlighting their automation, backup, and recovery limitations for production-ready environments.
More:
10/25/2024, 3:21:05 PM
Learn how creating isolated namespaces for backups and utilizing Velero for seamless restoration reduced data import time from 19 minutes to 25 seconds, enhancing operational efficiency and developer experience in ephemeral environments.
More:
6/5/2024, 3:13:07 PM
This week on the Learn Kubernetes Weekly:
π How we are managing a container platform
π§ Leaky Vessels deep dive: escaping from Docker one syscall at a time
π΅οΈββοΈ How to inspect Kubernetes networking
π§ Removing specific images from all Kubernetes nodes
π Kubernetes resiliency (RTO/RPO) in multi-cluster deployments
Read it now:
π Many thanks to StormForgeIO for supporting our work and sponsoring this issue. Make sure to check out their platform to optimise resources and save on your cloud spend
6/5/2024, 12:55:05 PM
The article discusses integrating the Helmfile plugin with ArgoCD for continuous deployment.
It explains how to use ArgoCD's Config Management Plugin (CMP) and how to deploy applications using a Helmfile.
More:
6/4/2024, 7:10:06 PM