Explore tweets tagged as #kubectlcommands
@codeonedigest
codeonedigest
3 years
@codeonedigest
codeonedigest
3 years
Kubernetes kubectl Tutorial with Examples for Devops Beginners and Students https://t.co/7HbLe4Rd4L via @YouTube
0
2
2
@Middleware_Labs
Middleware
2 years
🤔 Struggling with the vast sea of 𝙠𝙪𝙗𝙚𝙘𝙩𝙡 commands? We've got you covered! Check out these 12 essential 𝙠𝙪𝙗𝙚𝙘𝙩𝙡 commands with code examples to simplify your Kubernetes management tasks. 👉 https://t.co/bxaGTZSkGa #kubernetes #devops #kubectlcommands #coding
0
0
0
@devops_tech
Rakesh Jain
2 years
10/20 🔄 Stream pod logs: 💡 Command: kubectl logs -f my-pod Explanation: Stream logs from a specific pod continuously. #KubectlCommands #StreamPodLogs
1
0
2
@devops_tech
Rakesh Jain
2 years
2/20 🗂️ List all pods in default namespace: 💡 Command: kubectl get pods Explanation: Get a list of all running pods in the default namespace. #KubectlCommands #ListPods
1
0
2
@devops_tech
Rakesh Jain
2 years
18/20 🔄 Update a resource using YAML: 💡 Command: kubectl apply -f updated-deployment.yaml Explanation: Apply changes to a resource using an updated YAML file. #KubectlCommands #UpdateResourceWithYAML
1
0
2
@devops_tech
Rakesh Jain
2 years
6/20 🔄 Scale a deployment: 💡 Command: kubectl scale deployment my-deployment --replicas=3 Explanation: Change the number of replicas for the deployment to 3. #KubectlCommands #ScaleDeployment
1
0
2
@devops_tech
Rakesh Jain
2 years
14/20 🔄 Switch namespace context: 💡 Command: kubectl config set-context --current --namespace=my-namespace Explanation: Switch to a different namespace for subsequent commands. #KubectlCommands #SwitchNamespaceContext
1
0
5
@check1sight
1sight
2 years
4️⃣ kubectl scale deployment [name] --replicas=[num]: Scale a deployment. 5️⃣ kubectl expose deployment [name] --type=Service --port=[port]: Expose a deployment as a service. 6️⃣ kubectl get services: List services. #kubectlcommands #CloudServices
1
0
0