Exploring complementary software for your system
There are other pieces of software that you can use if some of the examples in this book don’t fit your system needs. Some examples are as follows:
- Crossplane: This is used to deploy infrastructure using Kubernetes. Crossplane can give you the abstraction to do this. For more information, check out https://crossplane.io.
- Thanos: This is a Prometheus cluster that you can use to scale your Prometheus services. For more information, check out https://thanos.io.
- Argo: This is a whole ecosystem that you can use to implement GitOps, workflows, and event management. It is a powerful piece of software. Argo can also run on ARM devices. For more information, check out https://argoproj.github.io.
- Containerd: If K3s is too big for your solution, then you may wish to use containers. Containerd can give you this abstraction without extra services. For more information, check out https://containerd.io.
- Rancher: This...