Skip to content
/ nextims Public

zehata/nextims

Repository files navigation

NEXTIMS


This repository will serve as a repo for planning, and as a testing environment for the dockerized frontend and backend

Requirement

  • Docker container engine
  • Minikube local Kubernetes cluster
  • Skaffold to handle the building of the containerized applications, pushing it to our Minikube cluster, and then deploying them
  • Kubectl to interact with the cluster via Kubernetes API

To start the Minikube cluster for testing

Add user to docker group

sudo usermod -aG docker $USER

Set Skaffold to use local cluster

skaffold config set --global local-cluster true

Run ./configure.sh which does these:

  • Start Minikube cluster
minikube start --profile nextims
  • Points the shell to minikube's docker-daemon
minikube -p nextims docker-env
  • Start Skaffold in continuous development mode
skaffold dev

About

This repository will serve as a repo for planning, and as a testing environment for the dockerized frontend and backend. This is a mirrored repo from Gitlab.

Resources

Stars

Watchers

Forks

Contributors