Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivangfr/knative-minikube-environment
The goal of this project is to set up Knative on Minikube, enabling the deployment and execution of Serverless applications.
https://github.com/ivangfr/knative-minikube-environment
helm helm-charts knative kourier kubectl kubernetes minikube serverless
Last synced: 3 months ago
JSON representation
The goal of this project is to set up Knative on Minikube, enabling the deployment and execution of Serverless applications.
- Host: GitHub
- URL: https://github.com/ivangfr/knative-minikube-environment
- Owner: ivangfr
- Created: 2019-12-11T16:43:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T07:59:57.000Z (8 months ago)
- Last Synced: 2024-06-05T06:38:32.661Z (8 months ago)
- Topics: helm, helm-charts, knative, kourier, kubectl, kubernetes, minikube, serverless
- Language: Shell
- Homepage:
- Size: 52.7 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# knative-minikube-environment
The goal of this project is to set up [`Knative`](https://knative.dev/docs/) on [`Minikube`](https://minikube.sigs.k8s.io/docs/start/), enabling the deployment and execution of [Serverless](https://martinfowler.com/articles/serverless.html) applications.
The `Knative` setup was mostly based on the [**Knative Official Documentation (v1.14)**](https://knative.dev/docs/install/)
## Proof-of-Concepts & Articles
On [ivangfr.github.io](https://ivangfr.github.io), I have compiled my Proof-of-Concepts (PoCs) and articles. You can easily search for the technology you are interested in by using the filter. Who knows, perhaps I have already implemented a PoC or written an article about what you are looking for.
## Start Minikube and Install Knative
- \[**Medium**\] [**Setting Up Knative in Minikube (Kubernetes) for Serverless Applications**](https://medium.com/@ivangfr/setting-up-knative-in-minikube-kubernetes-for-serverless-applications-181fb20f3d19)
## Examples
- ### [quarkus-jpa-mysql-native-vs-jvm](https://github.com/ivangfr/knative-minikube-environment/tree/master/quarkus-jpa-mysql-native-vs-jvm)
- ### [springboot-producer-consumer-native](https://github.com/ivangfr/knative-minikube-environment/tree/master/springboot-producer-consumer-native)