All Projects → learnk8s → Kubernetes Challenge

learnk8s / Kubernetes Challenge

Licence: mit
Kubernetes challenge

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Kubernetes Challenge

pixie
Instant Kubernetes-Native Application Observability
Stars: ✭ 3,238 (+10693.33%)
Mutual labels:  minikube
minikube-on-linux
A simple shell that helps you boot up a local kuberbetes cluster on linux host easily
Stars: ✭ 15 (-50%)
Mutual labels:  minikube
Ethermint Archive
Ethereum on Tendermint using Cosmos-SDK!
Stars: ✭ 667 (+2123.33%)
Mutual labels:  minikube
minducker
☸️ Carries over docker images from local machine to Minikube.
Stars: ✭ 15 (-50%)
Mutual labels:  minikube
demo-vertx-kotlin-rxjava2-kubernetes
Demonstration of Eclipse Vert.x, Kotlin, RxJava2 and Kubernetes
Stars: ✭ 23 (-23.33%)
Mutual labels:  minikube
Kubernetes Workshop
⚙️ A Gentle introduction to Kubernetes with more than just the basics. 🌟 Give it a star if you like it.
Stars: ✭ 3,122 (+10306.67%)
Mutual labels:  minikube
minikube-operator
An operator for Minikube - Kubernetes on Kubernetes
Stars: ✭ 26 (-13.33%)
Mutual labels:  minikube
Colossus
Colossus — An example microservice architecture for Kubernetes using Bazel, Go, Java, Docker, Kubernetes, Minikube, Gazelle, gRPC, Prometheus, Grafana, and more
Stars: ✭ 917 (+2956.67%)
Mutual labels:  minikube
bigkube
Minikube for big data with Scala and Spark
Stars: ✭ 16 (-46.67%)
Mutual labels:  minikube
Pixie
Instant Kubernetes-Native Application Observability
Stars: ✭ 589 (+1863.33%)
Mutual labels:  minikube
argocd-operator-helm
[DEPRECATED] Argo CD Operator (Helm) installs Argo CD in OpenShift and Kubernetes.
Stars: ✭ 18 (-40%)
Mutual labels:  minikube
laravel-docker-k8s
Laravel using Docker and Kubernetes
Stars: ✭ 60 (+100%)
Mutual labels:  minikube
Telepresence
Local development against a remote Kubernetes or OpenShift cluster
Stars: ✭ 4,491 (+14870%)
Mutual labels:  minikube
minikube-ingress-dns
Configure and restart dnsmasq automatically for k8s Ingress LB on minikube.
Stars: ✭ 32 (+6.67%)
Mutual labels:  minikube
Inlets Operator
Add public LoadBalancers to your local Kubernetes clusters
Stars: ✭ 795 (+2550%)
Mutual labels:  minikube
docker-hands-on-guide
Hands on guide for docker, k8s cluster lightweight virtualization.
Stars: ✭ 25 (-16.67%)
Mutual labels:  minikube
Oreilly Kubernetes
O'Reilly Online Training for Kubernetes
Stars: ✭ 295 (+883.33%)
Mutual labels:  minikube
Docker Machine Driver Xhyve
docker-machine/minikube/minishift driver plugin for xhyve/hyperkit (native macOS hypervisor.framework)
Stars: ✭ 879 (+2830%)
Mutual labels:  minikube
Sample Hazelcast Spring Datagrid
sample spring-boot applications integrated with hazelcast imdg, and providing hot cache with hazelcast and striim
Stars: ✭ 16 (-46.67%)
Mutual labels:  minikube
Minikube
Run Kubernetes locally
Stars: ✭ 22,673 (+75476.67%)
Mutual labels:  minikube

Kubernetes challenge

Deploy this application to Minikube and customise the environment variable to display your name.

$ curl $(minikube ip)
Hello Dan!

Instructions

  • Fork this repo
  • Build the Docker image
  • Write yaml files for a deployment, service, ingress and configmap
  • Deploy your application to Minikube
  • You should be able to curl Minikube's ip and retrieve the string Hello {yourname}!
  • Commit your files to Github

Notes

There's no need to push the Docker image to a Docker registry. You should be able to build and use the image from within Minikube.

You can expose Minikube's Docker daemon with:

$ eval (minkube docker-env)
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].