this post was submitted on 13 Jun 2023
2 points (100.0% liked)
Kubernetes
444 readers
1 users here now
Welcome to Kubernets community. The CNCF graduated project.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Kubernetes the hard way is a great resource.
If you have access to some hardware, install K3s and get a LAMP stack running.
+1 to kubernetes the hard way: https://github.com/kelseyhightower/kubernetes-the-hard-way, it will help you understand lower level cluster bring up.
Beyond that, kubernetes is an extremely broad space. Beyond the basics of deploying applications, getting logs, describing resources, etc
You can focus on horizontal scaling, HTTP load balancing, lower level network tunneling. You should find the stuff that interests you!
Definitely try to deploy some software using k8s. https://kind.sigs.k8s.io/ is also a good way to get started with a basic k8s cluster.