Created
June 20, 2019 14:30
-
-
Save kylejeske/0f6193438e3f6ca7001a6a5da3d090d8 to your computer and use it in GitHub Desktop.
Kubectl Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl create ns kubeless | |
kubectl create -f https://github.com/kubeless/kubeless/releases/download/v1.0.3/kubeless-v1.0.3.yaml | |
kubectl get pods -n kubeless | |
kubeless function deploy computes --runtime python2.7 --handler computes.handler --from-file computes.py | |
kubeless function ls | |
kubectl get pods |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment