Flink playground job for k8s operator.
In order to build the project one needs maven and java. Please make sure to set Flink version in
pom.xml
file withflink.version
parameterDockerfile
file withFROM
parameterplayground.yaml
file withflinkVersion
parameter
mvn clean install
# Build the docker image into minikube
eval $(minikube docker-env)
docker build -t playground:latest .
minikube ssh
mkdir -p /tmp/flink
chmod 777 /tmp/flink
kubectl apply -f playground.yaml
kubectl delete -f playground.yaml