/kubernetes-app

K8s fun

Primary LanguageTypeScript

Ionic-Angular-Course: Kubernetes (BONUS)

Source code for the Kubernetes tutorial from the BONUS section of the Ionic Angular Course.

DEMO

[https://kubernetes-19955991.firebaseapp.com]

Getting Started

  1. Clone or download the repo.
  2. Open a terminal at the root (or run cd kubernetes-app).
  3. Run npm install to install dependencies.
  4. Rename environments[EDIT AND RENAME] to environments, and add your Firebase keys (as per the tutorial(s)).
  5. Run ionic s.
  6. Use code side-by-side with Kubernetes Tutorial.

Possible Next Steps

  • Complexify! Right now the app is embarrassingly simple. Try adding in some pages, components, features etc. There are no rules here!
  • Modify the Dockerfile. Spend a few minutes reading the Docker Documentation, and try some of the things out.
  • Combine with Ionic Gestures.
  • Replace and/or combine with Ionic Animations.
  • Add conditions for type of device, aided by Platform.