Digitalocean
- only one private network/account
- LB/EBS
1und1 Kubernetes
- 48h provisioning time, ayfkme?!?
Fargate
- does not allow persistent storage to be mounted on container
- eks offer not yet available
Digitalocean
1und1 Kubernetes
Fargate
from click.types import ParamType | |
from click.exceptions import BadParameter | |
class FallBackType(ParamType): | |
def __init__(self, fallback, def_type): | |
self.fallback = fallback | |
self.def_type = def_type | |
def convert(self, value, param, ctx): |
* https://deltaspike.apache.org/documentation/configuration.html | |
* http://www.cfg4j.org/ | |
* https://github.com/lviggiano/owner | |
* https://github.com/typesafehub/config | |
* IOC: http://docs.spring.io/autorepo/docs/spring/4.1.1.RELEASE/javadoc-api/org/springframework/context/annotation/Configuration.html |