Setting up the React Application

This entry is part 2 of 12 in the series Kubernetes and everything else

Setting up React for Local Development To start up the React application we need to have NodeJS and NPM installed on our computer. After installing those navigate with your Terminal to the directory sa-frontend (clone the repo) and type the following command: $ npm install This downloads all the Javascript libraries required by the React Application and

Read More

Introduction and Application Architecture

This entry is part 1 of 12 in the series Kubernetes and everything else

Foreword This series is created from my notes and small projects that I used to introduce clients to Kubernetes. After browsing the web I was puzzled that there are no good beginner-friendly resources online. To be more accurate: There are great resources for learning Kubernetes concepts and commands (The Interactive Tutorial) and A myriad of resources for

Read More