nelson icon indicating copy to clipboard operation
nelson copied to clipboard

Automated, multi-region container deployment

Results 42 nelson issues
Sort by recently updated
recently updated
newest added

Even though Nelson doesn't care too much what branch events happen off of, `nelson repo enable` looks specifically in the `master` branch. We should fix this. This is partially Nelson...

# Summary Nelson was designed to be extensible in that all the high-level operations are abstracted away and the system as a whole is programmed against interfaces. That adding [Kubernetes...

Using the datacenter filtering feature, if we deploy a workload on version X in DC A, and deploy a new version Y > X in a different DC B, version...

If you define a route for a loadbalancer ``` loadbalancers: - name: drewbalancer routes: - name: ingress expose: default->80/tcp destination: avtrajectories->default ``` Then change it in the next PR with...

area:routing

I'm bad at my job and sometimes I say "nelson comit --unit teeth --version 0.0.1 -namespace prod" and then I make version 0.0.2 of my container and I want to...

area:deployments

For the longest time, Nelson has followed the notion of an unstable `master` branch and encouraged users to ship code as fast as possible, leveraging supporting tools for experiemtantion and...

area:deployments
area:workflow

Analyze and implement if possible Gitlab support in Nelson as alternative SCM to Github. Gitlab is reaching certain levels of popularity, especially in business environments, so it may be interesting...