kubectl get services # List all services
kubectl get pods # List all pods
kubectl get nodes -w # Watch nodes continuously
kubectl version # Get version information
kubectl cluster-info # Get cluster information
kubectl config view # Get the configuration
kubectl describe node <node> # Output information about a node
This file contains 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
{ | |
"gifs": [ | |
"https://media2.giphy.com/media/3osxYdek8wYWCOLgT6/200.webp?cid=ecf05e47n4zss6tddtt4fvf8rik9ihj2h731th1au1tnq9la&rid=200.webp&ct=g", | |
"https://media3.giphy.com/media/3fyODM0X8lrO0/giphy.webp?cid=ecf05e47cjh0l6snwlhor3udy9c5xtzpmzykendb0gwdf4r5&rid=giphy.webp&ct=g", | |
"https://media0.giphy.com/media/Od0QRnzwRBYmDU3eEO/200w.webp?cid=ecf05e47cjh0l6snwlhor3udy9c5xtzpmzykendb0gwdf4r5&rid=200w.webp&ct=g", | |
"https://media2.giphy.com/media/gqao9nM8RcSnYMgHnp/200w.webp?cid=ecf05e47cjh0l6snwlhor3udy9c5xtzpmzykendb0gwdf4r5&rid=200w.webp&ct=g", | |
"https://media1.giphy.com/media/gFwZfXIqD0eNW/100.webp?cid=ecf05e47cjh0l6snwlhor3udy9c5xtzpmzykendb0gwdf4r5&rid=100.webp&ct=g", | |
"https://media4.giphy.com/media/XreQmk7ETCak0/200.webp?cid=ecf05e47uemabbn1bhq7c1a7p5pjvr0h3nrvfi2ivyrhbn7l&rid=200.webp&ct=g", | |
"https://media0.giphy.com/media/xHMIDAy1qkzNS/giphy.webp?cid=ecf05e47vif943q6yb686uk7hap2pk9ujf3m2oq3izbfegnc&rid=giphy.webp&ct=g", | |
"https://media4.giphy.com/media/CvZuv5m5cKl8c/200w.webp |
This file contains 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
... | |
2021-12-21T09:45:52.561Z [INFO] plugin.terraform-provider-azuread_v2.12.0_x5: 2021/12/21 09:45:52 [DEBUG] ============================ Begin AzureAD Request ============================ | |
Request ID: 55b797ee-0e98-5a43-a2ab-6cff03e89129 | |
GET /v1.0/<tenant-id>/directoryObjects/<object_id_from_authenticated_service_principal> HTTP/1.1 | |
Host: graph.microsoft.com | |
User-Agent: HashiCorp Terraform/0.12.31 (+https://www.terraform.io) Terraform Plugin SDK/2.8.0 terraform-provider-azuread/2.12.0 Hamilton (Go-http-client/1.1) pid-222c6c49-1b0a-5959-a213-6608f9eb8820 | |
Accept: application/json; charset=utf-8; IEEE754Compatible=false; odata.metadata=full | |
Content-Type: application/json; charset=utf-8 |