Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/redhat-developer-demos/kubernetes-lab

Kubernetes - Basics to Advanced
https://github.com/redhat-developer-demos/kubernetes-lab

cloud containers demo docker kubernetes openshift redhat

Last synced: about 1 month ago
JSON representation

Kubernetes - Basics to Advanced

Awesome Lists containing this project

README

        

# Kubernetes Lab

This lab is inspired in [Google's Kubernetes lab](http://bit.ly/k8s-lab) by [Ray Tsang](https://twitter.com/saturnism). However, this version uses [Red Hat's CDK](http://developers.redhat.com/products/cdk/overview/) - Container Development Kit, allowing users to try the lab localy, and also try the same lab in [OpenShift](https://www.openshift.com/).

Furthermore, the microservices use: [WildFly Swarm](http://wildfly-swarm.io/) - A Java [microprofile](http://microprofile.io/) server, and [Vert.x](http://vertx.io/) - A a tool-kit for building reactive applications on the JVM.

- [Lab Sources](lab/)
- [Frontend source code](frontend/)
- [Helloworld Microservice - implemented using Vert.x](helloworld-service/)
- [Guestbook Microservice - implemented using WildFly Swarm](guestbook-service/)
- [Kubernetes files](kubernetes/)

The latest HTML version of this Lab is available [here](http://bit.ly/kubernetes-lab)