Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/redhat-developer-demos/kubernetes-lab
- Owner: redhat-developer-demos
- License: apache-2.0
- Created: 2017-02-23T03:16:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T00:49:38.000Z (over 2 years ago)
- Last Synced: 2023-02-28T11:56:53.283Z (almost 2 years ago)
- Topics: cloud, containers, demo, docker, kubernetes, openshift, redhat
- Language: Java
- Homepage: http://developers.redhat.com
- Size: 4.54 MB
- Stars: 44
- Watchers: 10
- Forks: 50
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)