GithubHelp home page GithubHelp logo

opeomotayo / cd-projects Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 34.78 MB

Repo for deploying applications

Starlark 0.15% Mustache 42.82% Shell 12.95% Dockerfile 3.16% HCL 15.78% Python 20.34% Smarty 0.78% Ruby 1.63% Makefile 0.82% Jinja 1.56%

cd-projects's Introduction

The SealedSecrets implementation consists of two components:

  • A controller that runs in-cluster
  • A kubeseal CLI that encrypts a regular Kubernetes Secret object into a SealedSecret that can be stored in a Git repository.

You can retrieve the public key with: kubeseal --fetch-cert \ --controller-name=sealed-secrets \ --controller-namespace=shared-services > mycert.pem

or with: kubectl get secret --field-selector type=kubernetes.io/tls \ -o=jsonpath="{.items[*].data.tls\.crt}" -n shared-services | base64 -d >> mycert.pem

The public key can be safely stored in Git, and can be used to encrypt secrets without direct access to the Kubernetes cluster.

Encrypt the secret with kubeseal: kubeseal --format=yaml --cert=mycert.pem \ < chillfs-secret.yaml > chillfs-sealed-secret.yaml

Once the sealed secret resource is applied, the sealed-secrets controller automatically decrypts the sealed secret and converts that to a Kubernetes-based secret ( base 64 ).

https://us05web.zoom.us/j/83716928780?pwd=L1ExdlBsMElOTDg4aTFoN3IwVVRwZz09

  • name: JAVA_OPTS value: "-Djavax.net.ssl.trustStore=/usr/local/share/ca-certificates/java/cacerts -Djavax.net.ssl.trustStorePassword=changeit"

cd-projects's People

Contributors

opeomotayo avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.