/kproject

Primary LanguageJavaScript

logs

todo app todo backend

run ubuntu

kubectl run ubuntu-pod -it --image=ubuntu:latest --restart=Never -- bash
apt-get -y update; apt-get -y install curl