A Livebook Kino for learning to use the kubereq Elixir library.
Install the latest 1.x version:
Mix.install([{:kino_k8s, "~> 2.0"}])To install the latest from main branch:
Mix.install([{:kino_k8s, github: "mruoss/kino_k8s"}])kino_k8s brings the Kubernetes Client Smart Cell to your
Livebook. It lets you perform a set of operations on
your Kubernetes cluster and learn how to work with the
kubereq library
cd assets
npm install
npm run devmix escript.install hex livebook
livebook server ./dev.livemdcd assets
npm install
npm run build