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 …

Google cloud hands-on guide: Monitoring Cloud with Stackdriver

Google cloud hands-on guide: Monitoring Cloud with Stackdriver qwiklabs GCP notes. Stackdriver Monitoring provides – dashboards and alerts to review performance metrics for cloud services, virtual machines, and common open source servers such as MongoDB, Apache, Nginx, Elasticsearch, and more – configure using the Stackdriver Monitoring Console create a vm …

Google cloud hands-on guide: Network and HTTP Load Balancers

Google cloud hands-on guide: Network and HTTP Load Balancers qwiklabs GCP notes. two type of load balancer L3 Network Load Balancer L7 HTTP(s) Load Balancer Create multiple web server instances create start script to setup nginx on each vm then create instance template using startup script gcloud compute instance-templates create …

Google cloud hands-on guide: Kubernetes

Google cloud hands-on guide: Kubernetes qwiklabs GCP notes. replicated application running on Kubernetes Hello World node.js app Kubernetes open source project kubernetes.io run on many diff env, vm or bare metal, public or private cloud tasks Create a Node.js server Create a Docker container image Create a container cluster Create …

Google cloud hands-on guide: Creating a Persistent Disk

Google cloud hands-on guide: Creating a Persistent Disk qwiklabs GCP notes. what is persistent disk Google Compute Engine provides persistent disks for use as the primary storage for your virtual machine instances. persistent disks exist independently of the rest of your machine when vm deleted, attached persistent disk continues to …

Google cloud hands-on guide: Cloud Shell & gcloud

Google cloud hands-on guide: Cloud Shell & gcloud qwiklabs GCP notes. Cloud Shell is a Debian-based virtual machine with a persistent 5GB home directory gcloud command-line access to computing resources hosted on Google Cloud Platform cloud shell is a vm with 25G / space, and 5G /home, google150652_student@qwiklabs-gcp-7546ccf38d44e17f:~$ df -h …

Google cloud hands-on guide: How to create a VM

Google cloud handson guide: How to create a VM qwiklabs GCP notes. create vm cloud console It is straightforward to create a VM in GUI, click few buttons: Compute Engine -> Create name: gcelab zone: us-central1-c machine type: 1 vCPU, n1-standard-1, 3.75GB RAM boot disk: 10GB Debian GNU/Linux 9 (stretch) …

docker hands-on guide: Run Docker for Windows on vmware vm

My laptop is still win7 but want to test Docker for Windows, found it is possible to run it on win10 pro vmware vm since vmware supports nested virtualization well. win10 pro vm setting in vmware You need to enable visualization VT-x in vm setting, win10 Hyper-v Control Panel->Programs and …