##Setup an AWS EC2 instance.
sudo yum update -y
sudo yum install -y docker
sudo yum install -y git
sudo service docker start
sudo usermod -a -G docker ec2-user
#! /bin/bash | |
# ----------------------- | |
# please change this value : | |
hostIP="__PUBLIC_OR_PRIVATE_IPV4__" | |
# ----------------------- | |
k8sVersion="v1.8.1" | |
etcdVersion="v3.2.9" | |
dockerVersion="17.05.0-ce" | |
cniVersion="v0.6.0" | |
calicoCNIVersion="v1.11.0" |
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/network/dns_common.go | |
https://github.com/kubernetes/kubernetes/blob/master/test/e2e/apimachinery/namespace.go | |
https://github.com/kubernetes/client-go/blob/master/examples/create-update-delete-deployment/main.go | |
https://github.com/fatih/color | |
package cmd | |
import ( | |
"bitbucket.org/cescoferraro/api/util" | |
"github.com/fatih/color" | |
"github.com/spf13/cobra" | |
) | |
var ( | |
logger = util.Block{ |
Episode | audio | audio transcript |
---|---|---|
This American Life - The Long Fuse | [ok] | [ok] |
This American Life - a | [ok] | [ok] |
web: | |
image: nginx:latest | |
ports: | |
- "8080:80" | |
volumes: | |
- ./code:/code | |
- ./site.conf:/etc/nginx/conf.d/site.conf | |
links: | |
- php | |
php: |
--- | |
# Copyright 2018 widdix GmbH | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software |
apiVersion: extensions/v1beta1 | |
kind: Deployment | |
metadata: | |
name: monitoring-influxdb | |
namespace: kube-system | |
spec: | |
replicas: 1 | |
template: | |
metadata: | |
labels: |
http://www.thetimezoneconverter.com/ |