Dev Organization Overhaul === > Organization is happening > > New domain and emails for devs, gitlab org domain login, Asana domain login > This will be made transparent once everybody is onboarded and projects and tasks are established and assigned > Meetings will be scheduled on slack and we share a domain calendar > Continuous integration on gitlab will be set up > Docker images will be built using either gtlab or Google container builder and pushed to our domain gcloud docker registry > Mvp bootstrapping process flow diagram and document must be written > Mvp test cluster script for kubernetes deployment, node Genesis, geth cloud cluster Discovery, load balancer kube role and sentinel gateway FQDN setup, and finally a test device outside cloud powering on, device image verification by cloud, sent eth-addr generated, vpn connection, successful routing through another client > Checking secure IP, verifying traffic routing, disconnect and assert local IP is restored, reconnect to vpn and have cluster assign another different random exit node > Connection, confirm ip different than first vpn IP, disconnect. > The target we are looking at here include three things. 1. MVP (more later) 2. White paper 3. Website > > --- > MVP consists of a small subset of the full roadmap, but here they are. > Client Node docker container used for all exit points and entry points to the VPN network. > Load balancer docker container for the VPN gateway, horizontally scalable vpn gateway which routes traffic from our FQDN to to the master node clusters. This is a kubernetes container > Masternode kube docker container for the gcloud (or any) mastenode cluster. Eth boot nodes and genisis happens here, all sentinel blockchain clients connect to this cluster. These nodes are responsible for managing the state of all nodes on the network, handling device keepalive heartbeats, and decide whch exit vpn node a vpn request should be assigned > These are the core components of the MVP --- > White Paper -> I will be constructing this alongside the asana project distribution > The whitepaper describes the projects I have mentioned above, but will go further to explain the end goal and future steps.