humza277:
Hi guys, is it better to learn VI for the exam, or is nanoing into a file okay?
unnivkn:
I suggest, please go with vim editor.
humza277:
Sure, thank you!]
Alex:
I did everything with nano. There is a great blog on nano by Pranay.Shah at http://medium.com|medium.com. pls follow the tip trick. I started all my tests with 3 things 1) alias k=kubectl 2) nano=‘nano -cliET2’ 3) export do=‘-o yaml --dry-run=client’. Only catch with nano’s setting is auto-indentation while pasting from k8s doc. I followed Pranay Shah once again. While copying I did vi <file.yaml>. After pasting I came out with :wq and then opened the same with nano (in fact nano is now nano -clieET2, after I created the alias)
Alex:
No offence intended, but I find nano more efficient and friendly than vi