docker hands-on guide: docker and minikube on AWS EC2

create new vm in EC2 ssh to ec2 vm from local laptop, $ ssh -i “~/.ssh/dreamcloud.pem” ec2-user@ec2-xxxx.ca-central-1.compute.amazonaws.com __| __|_ ) _| ( / Amazon Linux AMI ___|\___|___| https://aws.amazon.com/amazon-linux-ami/2017.09-release-notes/ 1 package(s) needed for security, out of 6 available Run “sudo yum update” to apply all updates. [ec2-user@ip ~]$ [ec2-user@ip ~]$ uname …

docker hands-on guide: Elastic Container Service ECS on AWS

AWS setup sign up a aws account Open https://aws.amazon.com/, and then choose Create an AWS Account Create an IAM User AWS account root user, single sign-in identity that has complete access to all AWS services and resources in the account. IAM user,Identity and Access Management (IAM), create an IAM user, …

docker hands-on guide: portable Google Cloud SDK on msys64

The Cloud SDK is a set of tools for Cloud Platform. gcloud, access Google Compute Engine gsutil, access Google Cloud Storage bq, access Google BigQuery other products and services CLI developed in python so it shipped with bundled python 2.7 Here are easy steps to make it portable with msys64 …

docker hands-on guide: docker and minikube not working when firewall ON

docker toolbox for windows start docker machine msys without issue, $ dm start msys Starting “msys”… (msysdev) Check network to re-create if needed… (msysdev) Waiting for an IP… Machine “msys” was started. Waiting for SSH to be available… Detecting the provisioner… Started machines may have new IP addresses. You may …

docker hands-on guide: minikube with hyper-v on win10 vmware

This is just demo how the minikube works with hyper-v on win10. Use win10 vm because I am still running win7. win10 vm setup: memory 6GB CPU 2 HD 100GB win10 nested virtulazation If want to run hyper-v in win10 on top of win7 vmware, have to enable hyper in …

docker hands-on guide: minikube on ubuntu 17.10 on win7 vmware

minikube is a solution to run a single node Kuberntes cluster inside a VM on laptop. My use case: ubuntu 17.10 on win7 vmware, 4GB memory, 2CPU, 100GB disk run minikube in ubuntu 17.10 vm minikube installation Here is note refer minikube installation guide, and updated few issues. minikube binary …

docker hands-on guide: minikube deployment on portabledevops

minikube setup How to setup minikube on portabledevops, please refer previous post. Assume minikube and kubectl install and run properly, $ which minikube /C/oldhorse/portableapps/dockertoolbox/minikube $ which kubectl /C/oldhorse/portableapps/dockertoolbox/kubectl cluster check version minikube version kubectl version $ minikube version minikube version: v0.24.1 $ kubectl version Client Version: version.Info{Major:”1″, Minor:”8″, GitVersion:”v1.8.0″, GitCommit:”6e937839ac04a38cac63e6a7a306c5d035fe7b0a”, …

docker hands-on guide: minikube on portabledevops

minikube on portabledevops minikube is the solution for single node kubernetes cluster inside a VM. portabledevops is portable devops tool set on windows, I used msys64 as demo on win7 here. minikube features DNS NodePorts ConfigMaps and Secrets Dashboards Container Runtime: Docker, and rkt Enabling CNI (Container Network Interface) Ingress …

Post setup for ubuntu desktop 17.04 vmware vm

vmware config 1 CPU 4G memory 100GB harddisk network: NAT test NAT Internet access oldhorse@ubdev:~$ cat /etc/resolv.conf # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND — YOUR CHANGES WILL BE OVERWRITTEN # 127.0.0.53 is the systemd-resolved stub resolver. # run …