Skip to content

Orkestra-Tech/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orkestra Demo

This repository is the complete project for the article "Functional DevOps with Scala and Kubernetes": https://itnext.io/functional-devops-with-scala-a-kubernetes-3d7c91bca72f

This demo is a complete setup using Orkestra for the CI and CD.

See documentation: https://orkestracd.github.io

Usage

minikube start --memory 4096              # Start Minikube
eval `minikube docker-env`                # Make docker use the docker engine of Minikube
sbt orkestraJVM/Docker/publishLocal       # Publish the docker artifact
kubectl apply -f kubernetes/              # Apply the deployment to Kubernetes
kubectl proxy                             # Proxy the Kubernetes api

Visit Orkestra on http://127.0.0.1:8001/api/v1/namespaces/orkestra/services/orkestra:http/proxy.
You can troubleshoot any deployment issue with minikube dashboard.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages