Skip to content

Instantly share code, notes, and snippets.

View andrei-dascalu's full-sized avatar
🎯
Focusing

Andrei Dascalu andrei-dascalu

🎯
Focusing
View GitHub Profile
@andrei-dascalu
andrei-dascalu / kube_pi3.sh
Created March 31, 2018 22:10
Script to install docker/kubeadm/kubelet for a Kubernetes master node on Raspberry Pi 3
#!/bin/bash
# sudo apt-get -y install \
# raspberrypi-kernel-headers \
# raspberrypi-kernel
#sudo apt-get -y install \
# linux-headers-4.9.0-4-rpi2 \
# linux-image-4.9.0-4-rpi2
#At this moment, kubeadm/kubelete 1.10 can't be installed on the current version

HOWTO: Installing Vault On AWS Linux

This is quick howto for installing vault on AWS Linux, mostly to remind myself. At the end of this tutorial, you'll have a working vault server, using s3 for the backend, self signed certificates for tls, and supervisord to ensure that the vault server is always running, and starts on reboot.

Setting up S3

First things first, let's set up an s3 bucket to use as the storage backend for our s3 instance.

  1. From the AWS Mangement Console, go to the S3 console.

  2. Click on the Create Bucket button