Introduction
If you are here, then most likely you would like to start with kubernetes but you do not know where to begin. Like me once.
K8s documentation can be found at https://kubernetes.io.
K8s is an orchestration tool for your cloud. It means it would create, maintain, kill, restart and do some more things with your cloud computers.
Basic commands of kubernetes are kubectl and kubeadm.
Most things are configured using .yaml or .json files.
Difficult things:
- graphical management is possible but unstable, with issues, not everything can be done there - text-only command line is something you must get used to
- security is quite complex
- multiple machines communication won't always work - causing a lot of issues
Comments
Post a Comment