Skip to content

Commit

Permalink
Merge pull request #2 from saimanasak/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
anveshmuppeda authored Oct 2, 2024
2 parents 3c93963 + a317b84 commit 9ce98b0
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ By Anvesh Muppeda & Sai Manasa Kota

๐Ÿš€ Kubectl Helper: Your Ultimate Kubernetes Command Companion! ๐ŸŒ

Master the art of Kubernetes with our feature-packed Kubectl Cheatsheet! This comprehensive guide empowers beginners and seasoned professionals to navigate the Kubernetes landscape effortlessly. We've got you covered from cluster management and context switching to intricate pod manipulations. Say goodbye to command memorization and hello to streamlined operations!
Master the art of Kubernetes with our feature-packed Kubectl Cheatsheet! This comprehensive guide empowers both beginners and seasoned professionals to navigate the Kubernetes landscape effortlessly. From cluster management and context switching to intricate pod manipulations, we've got you covered. Say goodbye to command memorization and hello to streamlined operations!

<a name="tableofcontents"></a>

Expand All @@ -25,8 +25,9 @@ Master the art of Kubernetes with our feature-packed Kubectl Cheatsheet! This co
12. [ Port Forward โ†”๏ธ ](#portforward)
13. [ Create Resources ๐Ÿ—๏ธ ](#create)
14. [ Delete Resources ๐Ÿšฎ ](#delete)
15. [ Contact Information ๐Ÿ“ง ](#contact)
16. [ Feedback Welcome ๐ŸŒŸ ](#feedback)
15. [ AWS CLI ](#awscli)
16. [ Contact Information ๐Ÿ“ง ](#contact)
17. [ Feedback Welcome ๐ŸŒŸ ](#feedback)

---
<a name="Cluster"></a>
Expand Down Expand Up @@ -580,8 +581,23 @@ kubectl delete all --selector=<key>
<a href="#tableofcontents">Go to Top โ–ฒ</a>
</p>
<a name="blogs"></a>
<a name="blogs"></a>
## 15. To Connect To An EKS Cluster:
### a. Using aws CLI:
```bash
aws eks --region <region> update-kubeconfig --name <cluster_name>
```
### b. Using eksctl:
```bash
eksctl utils write-kubeconfig --cluster <cluster_name> --region <region>
```
---
<p align="center">
<a href="#tableofcontents">Go to Top โ–ฒ</a>
</p>
<a name="feedback"></a>
## Contact Information
If you have any questions or feedback, feel free to reach out:
Expand Down

0 comments on commit 9ce98b0

Please sign in to comment.