A delicous rack of Pies, mmmmmmm
The Bakery is a cluster of 4 Raspberry Pi computers originally created for learning:
- Networking concepts
- Load balancing applications
- Multi-Server application deployment
- Distributed infrastructure configuration management
The Bakery will be fully managed via Ansible (minus a few setup steps) I also plan to do a few writeups on various experiments, benchmarks while learning tools/languages.
The Bakery was originally inspired by Jeff Gerling and his Raspberry Pi Dramble.
- 4 Raspberry Pi 3 Model B
- 4 32 GB microSD cards
- 4 micro USB cables
- 4 Ethernet cables
- 1 Ethernet switch
Although I'm consistently playing around with different operating systems like:
- Chrome OS
- Debian
- Raspbian
- Kali
- Mint
- Gentoo
I've decided to utilizing raspberry Pi OS Lite(32-bit) which is a port of the Debian distribution with no desktop enviornment.
Raspberry Pi provides a solid imaging tool called Raspberry Pi Imager Read more about it!
Navigate to /Volumes/boot on microSD and touch ssh
- First, find the MAC Addr of your device
ifconfig -a
from their, configure a device static ip address from your router admin page.
- Change default password!! (Ubuntu happens on login)
ssh-copy-id ubuntu@{static-ip}