About Kubernetes¶
As the website of Kubernetes mentions:
Quote
Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.
How and why do we use Kubernetes¶
We use Kubernetes to deploy and host our platform on our provider.
Access Kubernetes¶
To access HEIA-FR Kubernetes cluster, ask a team member.
Configuration¶
None.
Common tasks¶
Visualize pods¶
To visualize pods (= containers), use the following command.
To visualize pod's logs, use the following command.
Resources and alternatives¶
These resources and alternatives are related to the current item (in alphabetical order).
None at the moment.