All Projects → evry-bergen → kubernetes-workshop

evry-bergen / kubernetes-workshop

Licence: Apache-2.0 license
Kubernetes Workshop

Projects that are alternatives of or similar to kubernetes-workshop

minions
Minions for minikube - a demo of kubernetes features
Stars: ✭ 16 (-20%)
Mutual labels:  minikube, k8s
Quiz
Example real time quiz application with .NET Core, React, DDD, Event Sourcing, Docker and built-in infrastructure for CI/CD with k8s, jenkins and helm
Stars: ✭ 100 (+400%)
Mutual labels:  minikube, k8s
tezos-k8s
Deploy a Tezos Blockchain on Kubernetes
Stars: ✭ 43 (+115%)
Mutual labels:  minikube, k8s
bsidessf-2020-workshop
Materials for a live workshop at BSidesSF on deployment-level Kubernetes security controls
Stars: ✭ 38 (+90%)
Mutual labels:  workshop, k8s
laravel-docker-k8s
Laravel using Docker and Kubernetes
Stars: ✭ 60 (+200%)
Mutual labels:  minikube, k8s
k8s0
Another minimal kubernetes with ansible
Stars: ✭ 23 (+15%)
Mutual labels:  minikube, k8s
golang-health-checker
A simple package to allow you to track your application healthy
Stars: ✭ 12 (-40%)
Mutual labels:  k8s
eks-anywhere
Run Amazon EKS on your own infrastructure 🚀
Stars: ✭ 1,633 (+8065%)
Mutual labels:  k8s
conference
A WebRTC signaling server with support of MQTT and WebSocket as transport protocols, token based authentication (JSON Web Token) and external policy based authorization.
Stars: ✭ 27 (+35%)
Mutual labels:  k8s
Motoro
Smart contracts for decentralized rentals of vehicles.
Stars: ✭ 96 (+380%)
Mutual labels:  workshop
terraform-provider-carvel
Carvel Terraform provider with resources for ytt and kapp to template and deploy to Kubernetes
Stars: ✭ 40 (+100%)
Mutual labels:  k8s
workshop-edsl-in-typescript
Code template for workshop "Building eDSLs in functional TypeScript"
Stars: ✭ 49 (+145%)
Mutual labels:  workshop
gokube
gokube is a tool that makes it easy developing day-to-day with Kubernetes on your laptop.
Stars: ✭ 22 (+10%)
Mutual labels:  minikube
cloud-native-bpf-workshop
No description or website provided.
Stars: ✭ 94 (+370%)
Mutual labels:  workshop
pandas twitter
Analyzing Trump's tweets using Python (Pandas + Twitter workshop)
Stars: ✭ 81 (+305%)
Mutual labels:  workshop
hacking-games-with-verbs
Whether it is running or collecting, shooting or trading, games are driven by verbs. In this workshop we pick out the verbs that make up a game and explore how these verbs express certain messages and values. Then we hack the game with new verbs, so that it communicates our own messages and values.
Stars: ✭ 16 (-20%)
Mutual labels:  workshop
aws-cloud-map-mcs-controller-for-k8s
K8s controller implementing Multi-Cluster Services API based on AWS Cloud Map.
Stars: ✭ 61 (+205%)
Mutual labels:  k8s
distributed-jmeter-docker
No description or website provided.
Stars: ✭ 56 (+180%)
Mutual labels:  k8s
codis-operator
Codis Operator creates and manages codis clusters(proxy based Redis cluster solution) running in kubernetes.(WIP)
Stars: ✭ 21 (+5%)
Mutual labels:  k8s
balanced
BalanceD is a Layer-4 Linux Virtual Server (LVS) based load balancing platform for Kubernetes.
Stars: ✭ 34 (+70%)
Mutual labels:  k8s

Kubernetes Workshop

In this workshop you will learn how to:

Kubernetes version: 1.6.4

1. Workshop setup

Windows users can follow this step-by-step install guide for Windows.

1.1 Set up Minikube

  1. Download and install VirtualBox.
  2. Download and install kubectl.
  3. Download and install Minikube.
  4. Download and install curl.
  5. Start minikube:
$ minikube start

1.2 Verify your setup

$ minikube version
$ minikube status
$ kubectl version
$ kubectl cluster-info

1.3 Clone this repo

Find a suited directory on your machine to clone this repository.

$ git clone https://github.com/evry-bergen/kubernetes-workshop.git

2. Labs

  1. Creating and Managing Pods
  2. Monitoring and Health Checks
  3. Configurations and Secrets
  4. Creating and Managing Services
  5. Routing Ingress Traffic
  6. Creating and Managing Deployments
  7. Rolling out Updates

3. Reference

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].