Kubernetes is a beast to get into to. If you're looking for wet toes, I would go a different route.
Look into each service and see what they offer for being configured for high availability.
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
For Example
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
Kubernetes is a beast to get into to. If you're looking for wet toes, I would go a different route.
Look into each service and see what they offer for being configured for high availability.
A combination of glusterfs, keepalived, and docker swarm might be for you.
Glusterfs to create a persistent storage pool for access from all nodes. Keepalived to create one dynamic and highly available network address to point everything external to. Docker swarm for the benefits of a cluster without all the k8s.