Artwork

Ronald Kers en Jan Stomphorst, Ronald Kers, and Jan Stomphorst에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 Ronald Kers en Jan Stomphorst, Ronald Kers, and Jan Stomphorst 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.
Player FM -팟 캐스트 앱
Player FM 앱으로 오프라인으로 전환하세요!

#88 Kubernetes on a Tractor: Precision Farming with K3s and Edge AI

31:21
 
공유
 

Manage episode 474510598 series 3430187
Ronald Kers en Jan Stomphorst, Ronald Kers, and Jan Stomphorst에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 Ronald Kers en Jan Stomphorst, Ronald Kers, and Jan Stomphorst 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.

Recorded at the Dutch Cloud Native Day, hosts Ronald Kers (CNCF Ambassador) and Jan Stomphorst (Solutions Architect at ACC ICT) dive into one of the most original edge computing use cases we’ve seen so far—running a full Kubernetes environment from the top of a tractor.

They speak with Wieneke Keller, CTO at Aurea Imaging, and Sebastian Lenartowicz, Senior Software Engineer on the TreeScout project, about how Kubernetes—specifically K3s—is transforming apple and pear orchards across Europe.

🚜 From Monolith to Microservices… on a Tractor

Aurea Imaging’s TreeScout system mounts on tractors and uses cameras, deep learning models, and high-precision GPS to scan individual trees in real time. The goal: optimize every tree’s yield by targeting only the trees that need treatment—such as blossom thinning—rather than spraying entire fields. This leads to better-sized apples and reduced waste, with significant environmental and economic benefits.

In 2023, their first field trials struggled with reliability and maintainability. A monolithic Python application in a single Docker container was hard to debug, and even small errors had major impact. Only 6 out of 40 test runs were successful. That’s when the team decided to introduce Kubernetes at the edge.

🧠 Why Kubernetes (K3s)?

With limited power and compute available on the tractor, they chose K3s, a lightweight Kubernetes distribution perfect for single-node setups. Each tractor runs a ruggedized NVIDIA Jetson, hosting microservices for computer vision, data processing, and communication. The services interact via RabbitMQ, and deployment is managed via Argo CD with OCM (Open Cluster Management), allowing over-the-air updates even on flaky 4G connections.

This setup significantly improved resilience and observability—when a critical bug appeared during a large-scale rollout in Italy, the team could diagnose and fix it within 4 hours and redeploy remotely.

🌱 Scalable, Sustainable, and Smart

TreeScout is currently in use with 25 customers and expanding internationally. Future plans include yield prediction, time series insights per tree, and even integration into smart sprayers that dynamically adjust treatment as the tractor moves.

The team discusses Kubernetes not just as a technology choice but as an enabler for sustainable, scalable agriculture. They also reflect on the broader trend of Kubernetes moving to the far edge, and how tools like K3s, Kairos, and batteries-included Kubernetes distros will be key for the future.

🌍 Final Thought: Tech with Impact

Wieneke and Sebastian share how working at the intersection of data, hardware, and sustainability is incredibly rewarding. TreeScout not only empowers farmers—it also shows how Kubernetes can contribute to a better, more precise and environmentally conscious future.

Stuur ons een bericht.

ACC ICT Specialist in IT-CONTINUÏTEIT
Bedrijfskritische applicaties én data veilig beschikbaar, onafhankelijk van derden, altijd en overal

Support the show

Like and subscribe! It helps out a lot.
You can also find us on:
De Nederlandse Kubernetes Podcast - YouTube
Nederlandse Kubernetes Podcast (@k8spodcast.nl) | TikTok
De Nederlandse Kubernetes Podcast
Where can you meet us:
Events
This Podcast is powered by:
ACC ICT - IT-Continuïteit voor Bedrijfskritische Applicaties | ACC ICT

  continue reading

111 에피소드

Artwork
icon공유
 
Manage episode 474510598 series 3430187
Ronald Kers en Jan Stomphorst, Ronald Kers, and Jan Stomphorst에서 제공하는 콘텐츠입니다. 에피소드, 그래픽, 팟캐스트 설명을 포함한 모든 팟캐스트 콘텐츠는 Ronald Kers en Jan Stomphorst, Ronald Kers, and Jan Stomphorst 또는 해당 팟캐스트 플랫폼 파트너가 직접 업로드하고 제공합니다. 누군가가 귀하의 허락 없이 귀하의 저작물을 사용하고 있다고 생각되는 경우 여기에 설명된 절차를 따르실 수 있습니다 https://ko.player.fm/legal.

Recorded at the Dutch Cloud Native Day, hosts Ronald Kers (CNCF Ambassador) and Jan Stomphorst (Solutions Architect at ACC ICT) dive into one of the most original edge computing use cases we’ve seen so far—running a full Kubernetes environment from the top of a tractor.

They speak with Wieneke Keller, CTO at Aurea Imaging, and Sebastian Lenartowicz, Senior Software Engineer on the TreeScout project, about how Kubernetes—specifically K3s—is transforming apple and pear orchards across Europe.

🚜 From Monolith to Microservices… on a Tractor

Aurea Imaging’s TreeScout system mounts on tractors and uses cameras, deep learning models, and high-precision GPS to scan individual trees in real time. The goal: optimize every tree’s yield by targeting only the trees that need treatment—such as blossom thinning—rather than spraying entire fields. This leads to better-sized apples and reduced waste, with significant environmental and economic benefits.

In 2023, their first field trials struggled with reliability and maintainability. A monolithic Python application in a single Docker container was hard to debug, and even small errors had major impact. Only 6 out of 40 test runs were successful. That’s when the team decided to introduce Kubernetes at the edge.

🧠 Why Kubernetes (K3s)?

With limited power and compute available on the tractor, they chose K3s, a lightweight Kubernetes distribution perfect for single-node setups. Each tractor runs a ruggedized NVIDIA Jetson, hosting microservices for computer vision, data processing, and communication. The services interact via RabbitMQ, and deployment is managed via Argo CD with OCM (Open Cluster Management), allowing over-the-air updates even on flaky 4G connections.

This setup significantly improved resilience and observability—when a critical bug appeared during a large-scale rollout in Italy, the team could diagnose and fix it within 4 hours and redeploy remotely.

🌱 Scalable, Sustainable, and Smart

TreeScout is currently in use with 25 customers and expanding internationally. Future plans include yield prediction, time series insights per tree, and even integration into smart sprayers that dynamically adjust treatment as the tractor moves.

The team discusses Kubernetes not just as a technology choice but as an enabler for sustainable, scalable agriculture. They also reflect on the broader trend of Kubernetes moving to the far edge, and how tools like K3s, Kairos, and batteries-included Kubernetes distros will be key for the future.

🌍 Final Thought: Tech with Impact

Wieneke and Sebastian share how working at the intersection of data, hardware, and sustainability is incredibly rewarding. TreeScout not only empowers farmers—it also shows how Kubernetes can contribute to a better, more precise and environmentally conscious future.

Stuur ons een bericht.

ACC ICT Specialist in IT-CONTINUÏTEIT
Bedrijfskritische applicaties én data veilig beschikbaar, onafhankelijk van derden, altijd en overal

Support the show

Like and subscribe! It helps out a lot.
You can also find us on:
De Nederlandse Kubernetes Podcast - YouTube
Nederlandse Kubernetes Podcast (@k8spodcast.nl) | TikTok
De Nederlandse Kubernetes Podcast
Where can you meet us:
Events
This Podcast is powered by:
ACC ICT - IT-Continuïteit voor Bedrijfskritische Applicaties | ACC ICT

  continue reading

111 에피소드

Toate episoadele

×
 
Loading …

플레이어 FM에 오신것을 환영합니다!

플레이어 FM은 웹에서 고품질 팟캐스트를 검색하여 지금 바로 즐길 수 있도록 합니다. 최고의 팟캐스트 앱이며 Android, iPhone 및 웹에서도 작동합니다. 장치 간 구독 동기화를 위해 가입하세요.

 

빠른 참조 가이드

탐색하는 동안 이 프로그램을 들어보세요.
재생