Skip to content

The goal of this project is to setup Kubeless in Minikube and then, deploy and run some functions.

Notifications You must be signed in to change notification settings

ivangfr/kubeless-minikube-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubeless-minikube-environment

The goal of this project is to setup Kubeless in Minikube and then, deploy and run some functions.

Prerequisites

You must have installed in your machine:

Examples

Start Environment

Start Minikube

Open a terminal and start Minikube by running the following command. The properties --memory, --cpus and --vm-driver are optional.

minikube start --memory=8192 --cpus=4 --vm-driver='virtualbox'

Install Kubeless

In kubeless-minikube-environment directory, run the script below to install Kubeless in Minikube

./install-kubeless.sh

Check Pods in kubeless namespace

kubectl get pods --namespace kubeless

Shutdown Environment

Uninstall Kubeless

In kubeless-minikube-environment directory, run the script below to uninstall Kubeless

./uninstall-kubeless.sh

Shutdown Minikube

The following command shuts down the Minikube Virtual Machine, but preserves all cluster state and data. Starting the cluster again will restore it to it’s previous state.

minikube stop

The command shuts down and deletes the Minikube Virtual Machine. No data or state is preserved.

minikube delete

About

The goal of this project is to setup Kubeless in Minikube and then, deploy and run some functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published