You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kubectl apply -f ./dir # create resource(s) in all manifest files in dir
225
+
kubectl apply -f https://example.com/manifest.yaml # create resource(s) from url (Note: this is an example domain and does not contain a valid manifest)
226
+
kubectl create deployment nginx --image=nginx # start a single instance of nginx
0 commit comments