Technical requirements
To deploy our computer vision system in this chapter, you will need the following:
- A Kubernetes cluster hosted in your public cloud provider (Amazon Web Services (AWS), Azure, Google Cloud Platform (GCP)).
- A Raspberry Pi 4B with an 8-GB micro Secure Digital (SD) card with a small-monitor liquid-crystal display (LCD) screen to use in a car.
- A Logitech C922 PRO webcam, recommended because of its quality and support on Linux.
- Multiple VK-162 G-Mouse USB GPS Dongle Navigation modules, for your edge Raspberry devices.
- Basic knowledge of AI.
kubectl
configured to be used in your local machine for your Kubernetes cloud cluster to avoid using the--kubeconfig
parameter.- Clone the https://github.com/PacktPublishing/Edge-Computing-Systems-with-Kubernetes/tree/main/ch14 repository if you want to run the YAML Ain’t Markup Language (YAML) configuration by using
kubectl apply
instead of copying the code from the book. Take a look at the...