Reword
This commit is contained in:
parent
1c2fde2c7d
commit
9da6f07da1
1 changed files with 7 additions and 7 deletions
14
Technology
14
Technology
|
@ -46,13 +46,13 @@ even if we use parallelism and complex distributed systems.
|
|||
|
||||
### Simple config management model with localized reasoning
|
||||
|
||||
There are three ways to feed a virtual machine with configuration data, such as
|
||||
network configuration or TLS certificate and key.
|
||||
- Compile the information into the virtual machine image, which requires
|
||||
recompilation on configuration change.
|
||||
- Pass the information as boot parameters, which requires reboot on
|
||||
configuration change.
|
||||
- Store this information in a virtual block device which is attached to the
|
||||
There are three ways to feed a virtual machine with configuration data like
|
||||
network configuration or TLS certificate and key:
|
||||
- compile the information into the virtual machine image, which requires
|
||||
recompilation on configuration change
|
||||
- pass the information as boot parameters, which requires reboot on
|
||||
configuration change
|
||||
- store this information in a virtual block device attached to the
|
||||
virtual machine.
|
||||
|
||||
For example, logs can be written from the unikernel to a syslog collector with UDP, TCP, or TLS as
|
||||
|
|
Loading…
Reference in a new issue