Coder Social home page Coder Social logo

cloud-native-training's Introduction

Cloud Native Training

Getting Started

Required Installations

For this training you will need the following software installed on your system. Download and install them:

If you already have them installed, make sure that you have the newest versions of these tools, or update them if not.

Setup Tasks

Execute the following steps to make sure your tools are installed correctly and to download some images you will require ahead, in order not to have bandwith problems during the training.

Execute these steps:

# start minikube with at least 6 GB of memory, better with 8 GB

minikube start --memory=8192 --cpus=4 --kubernetes-version=v1.10.0 --vm-driver=virtualbox
    
# get instructions how to connect to minikube with docker
minikube docker-env

# do as suggested. For linux or mac this is eval $(minikube docker-env), 
# for windows something like @FOR /f "tokens=*" %i IN ('minikube docker-env') DO @%i
eval $(minikube docker-env)

# pull images to the minikube docker instance
docker pull weaveworksdemos/catalogue-db:0.3.0
docker pull weaveworksdemos/catalogue:0.3.5
docker pull weaveworksdemos/edge-router:0.1.1
docker pull weaveworksdemos/front-end:0.3.12

# and stop minikube again

minikube stop 

AWS credentials

Make sure that the credentials are set in file: ~/.aws/credentials

 [senacor]
 aws_access_key_id = xxx
 aws_secret_access_key = yyy

Make sure that the correct profile configuration is set in file: ~/.aws/config

 [profile senacor]
 region = eu-central-1

cloud-native-training's People

Contributors

nextstepman avatar kochp avatar

Watchers

James Cloos avatar Aarij Siddiqui avatar Andri Bremm avatar  avatar Jonas Gröger avatar Reza-Senacor avatar  avatar  avatar Roland Müller avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.