Root

Xavier Garcia - Most recent posts

  • How to setup minikube lab on debian 9 with virtualbox
  • Moving Kops Aws Kubernetes API from Public to Internal ELB
  • How to create a Helm chart repository using Amazon S3
  • Configure automatically external dns on Kubernetes
  • Manage your friends with a microservice in Golang
  • What is TensorFLow
  • Deploy Kubernetes cluster with Kops and AWS s3 state
  • Install Let's Encrypt with Nginx on Debian 9
  • Design Patterns in Golang - Part-5
  • Design Patterns in Golang - Part-4
  • Design Patterns in Golang - Part-3
  • Design Patterns in Golang - Part-2
  • Design Patterns in Golang - Part-1
  • How do I get the certificate authority certificate/key from a cluster created by kops?
  • Install DRDB Cluster on Centos 7
  • Write Functions In Functional Programming Style In Scala
  • Decision trees in python
  • Logistic Regression in python
  • Linear Regression in python
  • Clean clean my docker
  • Docker alias for your zsh
  • Encryption with an RSA
  • How to Write a good post mortem
  • How to Write a Product Requirements Document (PRD)
  • cURL HTTP/2 support
  • Bindwith PostgreSQL backend at CentOS 6.4
  • How to install and configure GlusterFS Server on Ubuntu
  • Linear Regression in python
  • Activate IPv6 on Ubiquity Edge router lite

Tags

  • agile
  • aws
  • centos
  • code
  • container
  • curl
  • debian
  • design
  • designpattern
  • dev
  • development
  • devops
  • dns
  • docker
  • drdb
  • encrypt
  • filesystem
  • functional
  • glusterfs
  • go
  • golang
  • helm
  • http
  • ipv6
  • kops
  • kubernetes
  • lab
  • letsencrypt
  • linux
  • machinelearning
  • microservice
  • minikube
  • mongodb
  • network
  • nginx
  • postmortem
  • prd
  • product
  • project_management
  • python
  • router
  • rsa
  • s3
  • scala
  • scrum
  • security
  • shell
  • ssh
  • ssl
  • startup
  • tensorflow
  • ubiquity

How do I get the certificate authority certificate/key from a cluster created by kops? - 2017-10-03

When you’r using the s3 plugin to store the Kops state inside a bucket, Kops stores the CA key and certificate in its S3 bucket. aws s3 cp s3://$BUCKET/$CLUSTER/pki/private/ca/$KEY.key ca.key aws s3 cp s3://$BUCKET/$CLUSTER/pki/issued/ca/$CERT.crt ca.crt We will use this certificate to create some RBAC access.