From 2152f90bb7f4ec9e1ac8b8edbc77ed112f6686a7 Mon Sep 17 00:00:00 2001 From: Nick Fox Date: Tue, 1 Jan 2019 01:25:09 +0000 Subject: [PATCH] Created Kubernetes deployment (markdown) --- Kubernetes-deployment.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Kubernetes-deployment.md diff --git a/Kubernetes-deployment.md b/Kubernetes-deployment.md new file mode 100644 index 0000000..5702e06 --- /dev/null +++ b/Kubernetes-deployment.md @@ -0,0 +1,2 @@ +Please check the [kubernetes-bitwarden_rs](https://github.com/icicimov/kubernetes-bitwarden_rs) repository for example deployment in Kubernetes. +It will setup a fully functional and secure `bitwarden_rs` application in Kubernetes behind [nginx-ingress-controller](https://github.com/kubernetes/ingress-nginx) and AWS [ELBv1](https://aws.amazon.com/elasticloadbalancing/features/#Details_for_Elastic_Load_Balancing_Products). It provides little bit more than just simple deployment but you can use all or just part of the manifests depending on your needs and setup. \ No newline at end of file