Kubernetes: What the Hype is All About, and a Practical Tutorial on Deploying Joget for Low-Code Application Development
EDITOR’S NOTE November 2020 : This post was originally published in June 2019. Please refer to the Knowledge Base for the latest tutorial. Introduction to Containers, Docker and Kubernetes Container technologies such as Docker and Kubernetes are essential in modern cloud infrastructure, but what are they and how do they work? This article will present a quick introduction to the key concepts. To help you further understand the concepts in a more practical manner, the introduction will be followed by a tutorial in setting up a local development copy of Kubernetes. We will then deploy a MySQL database and the Joget application platform to provide a ready environment for visual, rapid application development. Containers Containers are a way of packaging software so that application code, libraries and dependencies are packed together in a repeatable way. Containers share the underlying operating system, but run in isolated processes. At this point you might be asking how a c...