update readme

This commit is contained in:
Brian Downs 2020-05-04 10:11:42 -07:00
parent 470ffca5d7
commit 08fec686fd

View File

@ -10,7 +10,7 @@ Great for:
* CI * CI
* Development * Development
* ARM * ARM
* Embeddeding k8s * Embedding k8s
* Situations where a PhD in k8s clusterology is infeasible * Situations where a PhD in k8s clusterology is infeasible
What is this? What is this?
@ -18,7 +18,7 @@ What is this?
k3s is a fully compliant Kubernetes distribution with the following changes: k3s is a fully compliant Kubernetes distribution with the following changes:
1. Packaged as a single binary 1. Packaged as a single binary.
1. Lightweight storage backend based on sqlite3 as the default storage mechanism. etcd3, MySQL, Postgres also still available. 1. Lightweight storage backend based on sqlite3 as the default storage mechanism. etcd3, MySQL, Postgres also still available.
1. Wrapped in simple launcher that handles a lot of the complexity of TLS and options. 1. Wrapped in simple launcher that handles a lot of the complexity of TLS and options.
1. Secure by default with reasonable defaults for lightweight environments. 1. Secure by default with reasonable defaults for lightweight environments.