Giter VIP home page Giter VIP logo

ensf400-lab8-kubernetes-2's Introduction

ensf400-lab8-kubernetes-2

Objectives

This lab will teach us the scheduling, configmaps, canary and blue-green deployment strategies of Kubernetes. Through Minikube, a simplified Kubernetes engine running on a single computer, we practice the key concepts and usage of Kubernetes.

Environment

Set Up Your GitHub CodeSpaces Instance

Same as Lab 6, this lab will be performed in GitHub CodeSpaces. Create an instance using GitHub Codespaces. Choose repository denoslab/ensf400-lab8-kubernetes-2.

$ minikube start --nodes 3 -p ensf400

This step will start the Minikube service with 3 virtual nodes, stored in a profile called ensf400. If for some reason your Codespaces instance was stopped (e.g., not using it for a while). You can restart the minikube service using this profile by running:

$ minikube start -p ensf400

Steps

Go to Section 7 - 10 and complete the steps for each section. The steps can be found in the README.md files in each subdirectory.

Have Your Work Checked By a TA

The TA will check the completion of the following tasks:

  • Output of Section 7.
  • Output of Section 8.
  • Output of Section 9.
  • Output of Section 10.

Each member of the group should be able to answer all of the following questions. The TA will ask each person one question selected at random, and the student must be able to answer the question to get credit for the lab.

  • Q1: Explain the scheduling strategy of Node Affinity and the scenarios to use it.
  • Q2: Explain the scheduling strategy of Pod Anti-Affinity and the scenarios to use it.
  • Q3: Explain the deployment strategy of blue-green deployment. How to switch between the two versions of deployments?
  • Q4: Explain the deployment strategy of canary deployment. How to adjust the ratio of users getting serviced by the canary deployment?

ensf400-lab8-kubernetes-2's People

Contributors

stedrew 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.