Why this topic
I chose to talk about kubernetes because, it´s a technology that inspired me to come to this university, and thats because to use and learn more about i got to have a degree to be part of the DevOps team (Atleast in Indra).
What to know about it
Said in the main page of kubernetes, it´s a platform of open source code
to automate the deployment, scaling, and management of containerized applications. Meaning that you could
encapsulate apps with the operative system that you want, and execute the app, (of course the app that you encapsulate
must be compatible with the operative system).
Currently it´s being used by big company to reduce the workload of its workers,
for example microsoft uses aks (azure kubernetes system),
Google uses GKE (Google kubernetes engine), etc...
Meaning that this big companies see the pontencial in this technology, after all it reduces the hardware and resources usage
leaving them with less costs (money), and the hability to escalate the resources that can be use, as well as managing said resources.
Where can you fin more about it
Most of the information about it´s in documentation, which is extensive, and well resumed,
you can find it here
But also can be found in various pages like EKS for Amazon
, Google being gke it´s kubernetes platform,
or aks being azure kubernetes platform (microsoft)