Coder Social home page Coder Social logo

nebotask-configuresecretmanagement's Introduction

NeboTask-ConfigureSecretManagement

My notes about task: https://www.youtube.com/watch?v=Rmgo6vCytsg - AWS Secret Manager https://www.youtube.com/watch?v=ZdrhnGRE2Gs - Voult

  1. Create IAM User with Full Access Create admin user and place it in Admin IAM group Configure aws cli aws configure
  • Create admin user and place it in Admin IAM group
  • Configure aws cli aws configure
  1. Create secretmanager record using awscli:
aws --region us-east-1 secretsmanager create-secret --name db_creds34 --secret-string '{"username":"root_db", "password":"gensomepasswd", "endpoint":"mydb2.123456789012.us-east-1.rds.amazonaws.com"}' --profile private
  1. Create aws EKS cluser:
eksctl create cluster -f eks.yaml --profile private
  • Check connection to EKS cluster
kubectl get svc or kubectl get nodes
  1. Install the Secrets Store CSI Driver - Deployment using Helm
    Link: https://secrets-store-csi-driver.sigs.k8s.io/getting-started/installation.html
    https://github.com/aws/secrets-store-csi-driver-provider-aws
  • first - Secret Store CSI Driver
helm repo add secrets-store-csi-driver https://kubernetes-sigs.github.io/secrets-store-csi-driver/charts
helm install csi-secrets-store secrets-store-csi-driver/secrets-store-csi-driver --namespace kube-system
  • second - Installing the AWS Provider To install the Secrets Manager and Config Provider use the YAML file in the deployment directory:
kubectl apply -f https://raw.githubusercontent.com/aws/secrets-store-csi-driver-provider-aws/main/deployment/aws-provider-installer.yaml

nebotask-configuresecretmanagement's People

Contributors

viktorpakhai 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.