Telegram Web
This article covers Java apps' OOM issue in Kubernetes, exploring methods to capture heap dumps pre-pod restart.

It discusses using Prometheus metrics, heap dump persistence, and JVM parameters.

More: https://yonahdissen.medium.com/surviving-oom-in-kubernetes-java-applications-fd1fb1a65f02
Forwarded from Kube Careers
This week's 6 best Kubernetes leadership jobs are:

Engineering Manager with Affirm
πŸ’° $88.93K to $113.77K a year
πŸ‘¨β€πŸ’» Remote from Poland
β†’ https://kube.careers/t/da3ce817-60b4-41c7-b6df-a586393f382d?s=55

Software Engineer with Webflow
πŸ’° $234.9K to $341.6K a year
πŸ‘¨β€πŸ’» Remote from the United States
β†’ https://kube.careers/t/18cc24c1-3b07-44bb-b9f7-da5a48c02e12?s=55

Engineering Manager with AlphaSense
πŸ’° $213K to $236K a year
πŸ‘¨β€πŸ’» Remote from the United States
β†’ https://kube.careers/t/820f760f-117e-40d1-a754-922df39179ae?s=55

Head Of Engineering with Color
πŸ’° $190K to $250K a year
πŸ‘¨β€πŸ’» Remote from the United States
β†’ https://kube.careers/t/7518e8a8-0de7-4541-970d-23eae964b20d?s=55

Software Engineer with PingCAP
πŸ’° $180K to $260K a year
πŸ‘¨β€πŸ’» Remote from the United States
β†’ https://kube.careers/t/6e176904-b6fa-44f2-8238-def88fc28119?s=55

πŸ‘‰ Browse all 421 Kubernetes jobs on Kube Careers https://kube.careers
SlimFaas is a tool for creating functions as a service on Kubernetes.

It allows you to scale to zero, supports asynchronous and synchronous calls, the retry pattern, and more.

More: https://github.com/AxaFrance/SlimFaas
Forwarded from KubeFM
Media is too big
VIEW IN TELEGRAM
Abdelfettah Sghiouar, Senior Developer Advocate at Google, shared his thoughts on Kubernetes multi-tenancy and that not all tools are designed with multi-tenancy in mind.

Abdel suggested an alternative approach involving a shared control plane with single node pools per tenant. This method allows for the deployment of tenant-specific tools, although it might not fully leverage Kubernetes' capabilities.

Watch the full interview: https://kube.fm/multi-tenancy-community-abdel

This interview is a reaction to Artem's episode https://kube.fm/multitenancy-artem
This media is not supported in your browser
VIEW IN TELEGRAM
One challenge in cloud-distributed systems is keeping network traffic within the same availability zone.

Kubernetes introduced Topology Aware Routing to address this issue.

This ensures requests between apps remain in the same zone.

More: https://adil.medium.com/network-traffic-shaping-in-kubernetes-topology-aware-routing-e4ea4a03dd20
Forwarded from Learnk8s news
Determining the exact amount of memory required by an application is a difficult, error-prone task.

Senpai is an automated memory sizing tool for container applications that uses Linux psi metrics and cgroup2 memory limits.

More: https://github.com/facebookincubator/senpai
This tutorial demonstrates how to scale workloads using a combination of EKS, Fargate, Karpenter, and Keda.

The article provides a step-by-step guide on how to set up and configure these tools for optimal performance and cost savings.

More: https://medium.com/@kaiohsdc/scaling-workloads-with-the-big-savings-quartet-eks-fargate-karpenter-and-keda-1d43d2bb5f72
This media is not supported in your browser
VIEW IN TELEGRAM
This article presents a case study of application instability caused by incorrect probe configuration and suggests good probe setup practices.

More: https://jrfilocao.medium.com/kubernetes-probes-do-not-make-this-mistake-0f5302f2ff8b
Forwarded from Kube Careers
This week's 6 best Kubernetes architect vacancies are:

Infrastructure Architect with Innovative Defense Technologies (IDT)
πŸ’° $162.45K to $328K a year
🏠 From the office in San Diego, CA, USA
β†’ https://kube.careers/t/9daa7fff-6d62-400f-88dd-90123e70cce1?s=55

Infrastructure Architect with Coupang Internal
πŸ’° $159K to $324K a year
πŸ‘¨β€πŸ’» Remote from the United States
β†’ https://kube.careers/t/7a84e3ee-270f-4c18-b89b-ac0a8a928743?s=55

Software Architect with All in Bits
πŸ’° $200K to $245K a year
πŸ‘¨β€πŸ’» Remote from the United States
β†’ https://kube.careers/t/2c19f659-251c-4ac7-a562-1c6d3285aa76?s=55

Solution Architect with NVIDIA
πŸ’° $148K to $276K a year
πŸ‘¨β€πŸ’» Remote from the United States
β†’ https://kube.careers/t/db9f3466-2edb-4f00-ae43-9f969292b001?s=55

Software Architect with Saviynt
πŸ’° $180K to $240K a year
πŸ‘¨β€πŸ’» Remote from the United States
β†’ https://kube.careers/t/97531f04-c3a3-4ee4-9e56-151318fb97e9?s=55

πŸ‘‰ Browse all 409 Kubernetes jobs on Kube Careers https://kube.careers
Forwarded from Learnk8s news
This week on the Learn Kubernetes Weekly:

πŸ§“ Understanding the risks of long-lived Kubernetes Service Account tokens
πŸ–– The impact of numerous GIT branches and tags on Argo CD and cloud budgets
πŸ₯ Surviving OOM in Kubernetes: Java applications
πŸ₯· 2023 Kubernetes vulnerability roundup
🚦 Network traffic shaping in Kubernetes: topology aware routing

Read it now: https://learnk8s.io/issues/85

πŸ™ Many thanks to StormForge for supporting our work and sponsoring this issue. Make sure to check out their intent-based access control platform (and related open-source projects) https://bit.ly/3Jjz7D9
This article provides a step-by-step guide on implementing Ingress context path-based routing in AWS EKS using Terraform.

More: https://medium.com/@vajrapuvinod/mastering-ingress-context-path-based-routing-in-aws-eks-using-terraform-0db2bbbae474
This article discusses using GitOps and Argo CD Image Updater for effortless continuous integration and deployment on Kubernetes.

More: https://dev.to/amplication/extending-gitops-effortless-continuous-integration-and-deployment-on-kubernetes-1oem
Forwarded from Learnk8s news
Master Kubernetes with Learnk8s' Advanced Kubernetes workshops!

What should you expect?

- Learn how to architect and design clusters from the ground up (in the cloud or on-prem).
- Explore the Kubernetes internal component and how the system is designed with resiliency in mind.
- Deep-dive into the networking components and observe the packets flowing into the cluster.
- Hands-on labs to test the theory with real-world scenarios!
- And more.

The next online courses start on Jul 25: https://kube.events/t/1ebfa298-b5c6-4e42-8399-e43e6834683c

We also run in-person courses and corporate training: https://learnk8s.io/corporate-training
This repo provides the enterprise-level features for the weave-gitops product, including CAPI cluster creation and team workspaces.

More: https://github.com/weaveworks/weave-gitops-enterprise
This article explains how to use mirrord to debug apps in a cluster and isolate the network to prevent unwanted traffic from reaching specific pods (e.g. a database).

More: https://dev.to/meowchinist/the-traffic-police-controlling-outgoing-traffic-with-mirrord-216
Kubetail is a bash script aggregating (tail/follow) logs from multiple pods into one stream.

This is the same as running kubectl logs -f but for multiple pods.

More: https://github.com/kubetail-org/kubetail
Forwarded from KubeFM
Media is too big
VIEW IN TELEGRAM
Thomas Graf, VP and CTO of Cloud Networking and Security at Isovalent (part of Cisco), echoes Mathias's sentiments on the complexities and educational demands of deploying on-premise Kubernetes clusters.

Thomas emphasizes the differences between managing on-premise architecture and cloud-based solutions, drawing from his extensive experience with bare metal clusters.

Watch the full interview: https://kube.fm/on-prem-challenges-thomas

This interview is a reaction to Mathias's episode https://kube.fm/bare-metal-kubernetes-mathias
Forwarded from Learnk8s news
This article explores AKS Node Autoprovision (NAP), which optimizes node management.

NAP, based on the open-source Karpenter project, dynamically determines the optimal VM configuration for workloads.

More: https://pixelrobots.co.uk/2023/12/exploring-azure-kubernetes-services-node-autoprovision-a-deep-dive-into-the-latest-public-preview-feature
This tutorial discusses using Gitops and Flux to manage Terraform resources on Azure.

The process involves centralizing components in a git repository and using Flux to manage changes.

More: https://medium.com/@victormuchiaroni/gitops-your-terraform-resources-on-azure-with-flux-15a1ff140ce2
Forwarded from Kube Careers
This week's 6 best Kubernetes leadership jobs are:

Engineering Manager with Affirm
πŸ’° $88.61K to $113.36K a year
πŸ‘¨β€πŸ’» Remote from Poland
β†’ https://kube.careers/t/da3ce817-60b4-41c7-b6df-a586393f382d?s=55

Software Engineer with Webflow
πŸ’° $234.9K to $341.6K a year
πŸ‘¨β€πŸ’» Remote from the United States
β†’ https://kube.careers/t/18cc24c1-3b07-44bb-b9f7-da5a48c02e12?s=55

Engineering Manager with AlphaSense
πŸ’° $213K to $236K a year
πŸ‘¨β€πŸ’» Remote from the United States
β†’ https://kube.careers/t/820f760f-117e-40d1-a754-922df39179ae?s=55

Software Engineer with Yahoo Inc.
πŸ’° $143.63K to $299.38K a year
πŸ‘¨β€πŸ’» Remote from the United States
β†’ https://kube.careers/t/236115a9-3cf5-41d9-904d-022c15551d44?s=55

Head Of Engineering with Color
πŸ’° $190K to $250K a year
πŸ‘¨β€πŸ’» Remote from the United States
β†’ https://kube.careers/t/7518e8a8-0de7-4541-970d-23eae964b20d?s=55

πŸ‘‰ Browse all 436 Kubernetes jobs on Kube Careers https://kube.careers
2024/06/29 21:00:49
Back to Top
HTML Embed Code: