Let's look at some basic kubectl output options.
Our intention is to list nodes (with their AWS InstanceId) and Pods (sorted by node).
We can start with:
kubectl get no
| --- | |
| EC2 - Elastic Compute Cloud. | |
| --- | |
| Putty Download -- https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html | |
| ### Commands | |
| sudo su | |
| yum update -y |
| This is how I handle this case: | |
| On the machine where I have access to Internet: | |
| mkdir keystone-deps | |
| pip download python-keystoneclient -d "/home/aviuser/keystone-deps" | |
| tar cvfz keystone-deps.tgz keystone-deps | |
| Then move the tar file to the destination machine that does not have Internet access and perform the following: | |
| tar xvfz keystone-deps.tgz |
| anecdotes -- a short amusing or interesting story about a real incident or person. |
| https://ocw.mit.edu/courses/sloan-school-of-management/15-s12-blockchain-and-money-fall-2018/# | |
| https://www.youtube.com/playlist?list=PLUl4u3cNGP63UUkfL0onkxF6MYgVa04Fn |
[Youtube Link] (https://www.youtube.com/watch?v=mghDRQVrX10)
Movies that are used in this list:
10. Bugsy (1991): https://amzn.to/33DXGUk
9. Miller’s Crossing (1990): https://amzn.to/2Y8E3Cw
8. A Bronx Tale (1993): https://amzn.to/34Ga07D
7. Donnie Brasco (1997): https://amzn.to/2qcvGt7
6. The Untouchables (1987): https://amzn.to/2rNYmsK
5. The Irishman (2019): https://www.netflix.com/title/80175798
4. Casino (1995): https://amzn.to/33AoR2g
3. The Departed (2006): https://amzn.to/37YyB9X
| https://www.youtube.com/watch?v=rhzKDrUiJVk | |
| https://regexr.com/ | |
| Example :- | |
| The fat cat ran down the street. | |
| It was searching for a mouse to eat. | |
| / --> Regex Starts with `/` in most of programming languages |
| # http://technet.microsoft.com/en-us/library/ee692685.aspx | |
| # F7 = history | |
| # Alt+F7 = history -c | |
| # F8 = Ctrl+R | |
| Set-Location C: | |
| # Easier navigation | |
| Set-Alias o start | |
| function oo {start .} |