diff --git a/Dockerfile b/Dockerfile index 991c6f9..1452379 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,6 +62,8 @@ RUN curl -Lo /usr/local/bin/skaffold https://storage.googleapis.com/skaffold/rel && chmod +x /usr/local/bin/skaffold RUN curl -Lo /usr/local/bin/kompose https://github.com/kubernetes/kompose/releases/latest/download/kompose-linux-amd64 \ && chmod +x /usr/local/bin/kompose +RUN curl -Lo /usr/local/bin/kubeseal https://github.com/bitnami-labs/sealed-secrets/releases/download/v0.13.1/kubeseal-linux-amd64 \ + && chmod +x /usr/local/bin/kubeseal RUN kubectl config set-context kubernetes --namespace=default \ && kubectl config use-context kubernetes COPY --from=jid /go/bin/jid /usr/local/bin/jid diff --git a/README.md b/README.md index 649d8a9..e6f97a7 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ and embarking a bunch of tools useful when working with Kubernetes: - kubectl - kubectx + kubens - kube-ps1 +- kubeseal - k9s - ship - skaffold