Kubernetes is an open-source system for automating deployment, scaling, and management of containerised applications. It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon 17 years of experience of running production workloads at Google, combined with best-of-breed ideas and practices from the community. Designed on the same principles that allows Google to run billions of containers a week, Kubernetes can scale without increasing your ops team.Whether testing locally or running a global enterprise, Kubernetes flexibility grows with you to deliver your applications consistently and easily no matter how complex your need is.Kubernetes is open source giving you the freedom to take advantage of on-premises, hybrid, or public cloud infrastructure, letting you effortlessly move workloads to where it matters to you. *
* credit to https://kubernetes.io/
Managing your cluster whilst deploying your application with its associated configuration is not easy to start with. You can find our guide published here to make it bit easier to start with until you become an expert. It is assumed that you have a working Kubernetes cluster and have setup the CLI. If you have not done so, please contact your system administrator for the same. It is assumed that you have the latest (1.18 at the time of this writing) cluster. If not then pease setup a local cluster and then cross check the output which may differ a little.
A guide to setup a cluster on your local mac system is available. We will in due course do the same for other OS like windows 10 and Linux Desktops.
A easy to follow guide to deploy a demo application to a cluster is published here. It is assumed that you have a working Kubernetes cluster and have setup the CLI. If you have not done so, please contact your system administrator for the same. It is assumed that you have the latest (1.18 at the time of this writing) cluster. If not then pease setup a local cluster and then cross check the output which may differ a little.
A comprehensive guide on Kubernetes CLI tips and tricks is published here . It is assumed that you have a working Kubernetes cluster and have setup the CLI. If you have not done so, please contact your system administrator for the same. It is assumed that you have the latest (1.18 at the time of this writing) cluster. If not then pease setup a local cluster and then cross check the output which may differ a little. This is a very terminal and command line way of working. If you are interested in more GUI then please consider other tools.