Skip to content

Instantly share code, notes, and snippets.

View ellerbrock's full-sized avatar

Maik Ellerbrock ellerbrock

View GitHub Profile

Keybase proof

I hereby claim:

  • I am ellerbrock on github.
  • I am ellerbrock (https://keybase.io/ellerbrock) on keybase.
  • I have a public key ASBOZfNDOocWAiF_v7kBP1y3o6bqLxG6qq4zbRYiNTZghAo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am ellerbrock on github.
  • I am iacfio (https://keybase.io/iacfio) on keybase.
  • I have a public key ASBrYTPq7BH6sRx9si9P5ZNz7WS7pnwSW76E1Jx8YHV_hwo

To claim this, I am signing this object:

# Reference:
https://www.cloudgear.net/blog/2015/5-minutes-kubernetes-setup/
# install homebrew and cask
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# install virtualbox
brew cask install virtualbox
# install dockertoolbox
@ellerbrock
ellerbrock / README.md
Created December 15, 2017 20:45 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

For more about AWS and AWS Certifications and updates to this Gist you should follow me @leonardofed


@ellerbrock
ellerbrock / whatimdoing.yaml
Created November 2, 2017 10:57 — forked from ForbiddenEra/whatimdoing.yaml
my cloud-configz yo
#cloud-config
ssh_authorized_keys:
- ssh-rsa key
write_files:
- path: /opt/cloud-config.yml
permissions: 0644
content: |
#cloud-config
@ellerbrock
ellerbrock / btrfs-etcd.json
Created October 26, 2017 21:40
Example Ignition Configs
{
"ignitionVersion": 1,
"storage": {
"filesystems": [
{
"device": "/dev/disk/by-label/ROOT",
"format": "btrfs",
"create": {
"force": true,
"options": [
@ellerbrock
ellerbrock / btrfs-etcd.json
Created October 26, 2017 21:40
Example Ignition Configs
{
"ignitionVersion": 1,
"storage": {
"filesystems": [
{
"device": "/dev/disk/by-label/ROOT",
"format": "btrfs",
"create": {
"force": true,
"options": [
@ellerbrock
ellerbrock / aws-certification.md
Created October 4, 2017 01:42 — forked from miglen/aws-certification.md
AWS Certification guide and notes on how to prepare for the aws associate certification architect, sysops and developer exams


AWS Certification notes

Those are my personal notes on AWS Solution Architect certification preparation. Hope you find them usefull.

To pass AWS certification, you should have:

  • Sound knowledge about most of the AWS services ( EC2, VPC, RDS, Cloudfront, S3, Route53 etc,)
  • Hands on experience with AWS services.
@ellerbrock
ellerbrock / kickstart-for-pxeboot-coreos
Created August 18, 2017 07:45 — forked from uzyexe/kickstart-for-pxeboot-coreos
Kickstart default PXElinux for coreos
default coreos
prompt 1
timeout 15
display boot.msg
label coreos
menu default
kernel http://<your_server_name>/coreos_production_pxe.vmlinuz
append initrd=http://<your_server_name>/coreos_production_pxe_image.cpio.gz cloud-config-url=http://<your_server_name>/cloud-config.yml
@ellerbrock
ellerbrock / ALTERNATIVES.adoc
Created August 11, 2017 11:49 — forked from mbbx6spp/ALTERNATIVES.adoc
Super quick list of alternatives to Jira and/or Confluence, Stash, Crucible, etc.