This commit is contained in:
linse 2017-09-17 10:04:41 -04:00
parent 1c2fde2c7d
commit 9da6f07da1

View file

@ -46,13 +46,13 @@ even if we use parallelism and complex distributed systems.
### Simple config management model with localized reasoning ### Simple config management model with localized reasoning
There are three ways to feed a virtual machine with configuration data, such as There are three ways to feed a virtual machine with configuration data like
network configuration or TLS certificate and key. network configuration or TLS certificate and key:
- Compile the information into the virtual machine image, which requires - compile the information into the virtual machine image, which requires
recompilation on configuration change. recompilation on configuration change
- Pass the information as boot parameters, which requires reboot on - pass the information as boot parameters, which requires reboot on
configuration change. configuration change
- Store this information in a virtual block device which is attached to the - store this information in a virtual block device attached to the
virtual machine. virtual machine.
For example, logs can be written from the unikernel to a syslog collector with UDP, TCP, or TLS as For example, logs can be written from the unikernel to a syslog collector with UDP, TCP, or TLS as