YAML Tutorial for Beginners: Learn YAML in-depth for DevOps

2021 ж. 18 Қар.
58 041 Рет қаралды

YAML Tutorial for DevOps: Learn YAML in-depth with PyYAML Python Module
#DevOpsMadeEasy #DevOps #Programming
In this video series, I explain
► What is YAML language
► YAML Basic Syntax
► Data types:, Integers, Bool, Arrays, Dictionaries, Null, Set, Strings
► Multiline Strings
► Anchors and Extensions
► YAML Placeholders
► Docker Compose & Kubernetes YAML examples
► PyYAML Python Module
► Sample Python scripts
▬▬▬▬▬▬ T I M E S T A M P S ⏰ ▬▬▬▬▬▬
0:00 - Start
▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬
Kubernetes course ► • Kubernetes Made Easy
Docker course ► • Docker - 01: Introduct...
▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
Facebook group ► / 171043094400359
Email ► devopsmadeeasy@outlook.com
▬▬▬▬▬▬ GitHub Links 🚀 ▬▬▬▬▬▬
► github.com/kunchalavikram1427...
🙏 🙏 🙏 Kindly Like and Subscribe our KZhead Channel for more videos 🙏 🙏 🙏
Also, I post important updates on Docker, Kubernetes, Helm, Git, Python, Jenkins, Ansible, Terraform on my Facebook Page
that are helpful in clearing many certifications😍 😍
Don't forget to join my Facebook group
Help me build more tutorials like this by contributing. Reach out to us on my Email address provided above🙏
⭐ Tags ⭐
- DevOps Made Easy
- Docker Made Easy
- Kubernetes Made Easy
- Helm Made Easy
- Istio Made Easy
- Ansible Made Easy
- Terraform made Easy
- Python Made Easy
- Git Made Easy
- Python Tutorials
- Object-Oriented Programming Python
- Python OOP
- Python Objects and Classes
- Classes Python
- GoLang Tutorials
- Objects and Classes Python
⭐ Hashtags ⭐
#DevOpsMadeEasy #Python #IOT #k3s #devops #helm #docker #kubernetes #jenkins #ansible #git #k8s #rancher #Raspberrypi #raspberrypik3s

Пікірлер
  • Thanks a ton! Man. I really loved the way you taught. This video deserves a million views.

    @SivaKumar-xh4vp@SivaKumar-xh4vp Жыл бұрын
    • Thanks a ton

      @DevOpsMadeEasy@DevOpsMadeEasy Жыл бұрын
  • No words, crystal clear, good explanation with example, god bless you my brother, keeping uploading these kind of Devops tools, keep rocking!!!

    @THREEBESTIES333@THREEBESTIES333 Жыл бұрын
    • Thank you 😊

      @DevOpsMadeEasy@DevOpsMadeEasy Жыл бұрын
  • Speechless...just amazing..

    @samiryadav7056@samiryadav70569 ай бұрын
    • Thank you😊

      @DevOpsMadeEasy@DevOpsMadeEasy9 ай бұрын
  • very nice explanation....god bless you for sharing your knowledge

    @vijayaaiella9287@vijayaaiella9287 Жыл бұрын
  • Great, Excellent explanation with examples for each and every data type in YAML Thank you very much Bro. May GOD bless you always

    @mmunisekhar@mmunisekhar2 жыл бұрын
    • Anytime brother 🙂

      @DevOpsMadeEasy@DevOpsMadeEasy2 жыл бұрын
  • Helpful, thanks!

    @gayathribalaraju4795@gayathribalaraju4795 Жыл бұрын
  • Thank you Vikram for this wonderful lecture! This means a lot for many of us.

    @snakebaboo4116@snakebaboo4116 Жыл бұрын
    • You are welcome😊

      @DevOpsMadeEasy@DevOpsMadeEasy Жыл бұрын
  • Very useful easy to understand

    @abithahamed6899@abithahamed6899 Жыл бұрын
  • Best explanation

    @GKK120@GKK1209 ай бұрын
  • Very well explained. i have taken screen shot of each slide.. Thank you.

    @Electrical_Eye@Electrical_Eye Жыл бұрын
    • You are welcome

      @DevOpsMadeEasy@DevOpsMadeEasy Жыл бұрын
  • thankyou 🙏Keep doing more ! really helpfull

    @ChimaevMikelson@ChimaevMikelson6 ай бұрын
    • Thank you! Will do!

      @DevOpsMadeEasy@DevOpsMadeEasy6 ай бұрын
  • a true teacher!

    @abolfazlayazi2382@abolfazlayazi23822 жыл бұрын
    • Thanks for the feedback 😊

      @DevOpsMadeEasy@DevOpsMadeEasy2 жыл бұрын
  • Really appreciate..

    @RahulRaj-sc8pv@RahulRaj-sc8pv Жыл бұрын
  • Thank you so much for creating such a valuable video.

    @sushil608@sushil60810 ай бұрын
    • Glad it was helpful!

      @DevOpsMadeEasy@DevOpsMadeEasy10 ай бұрын
  • Just Awesome 👏

    @mandeepmails@mandeepmails Жыл бұрын
    • Thanks😀

      @DevOpsMadeEasy@DevOpsMadeEasy Жыл бұрын
  • Very Clear explanation

    @richardsibbaluca308@richardsibbaluca308 Жыл бұрын
    • Thanks

      @DevOpsMadeEasy@DevOpsMadeEasy Жыл бұрын
  • Hii, Thank you for the videos You have explained it very clearly Are the 3 videos in the YAML playlist are same ?

    @satyasatya1988@satyasatya19882 жыл бұрын
    • Thanks for the feedback. Yes they are the same

      @DevOpsMadeEasy@DevOpsMadeEasy2 жыл бұрын
  • sir can you make one vedio how to run a terraform file by writting a yaml script..

    @nareshjutla6347@nareshjutla63472 жыл бұрын
  • Nice

    @darkhorse9694@darkhorse9694 Жыл бұрын
  • Nicely explained!

    @vignashvideos2183@vignashvideos2183 Жыл бұрын
  • Hi ! thanks for your vids ! At 2:38 , when you have described the dockerfile , is it always the same key-value ?or it may change ?

    @buldo_tft5094@buldo_tft5094 Жыл бұрын
    • In Dockerfile, there are some predefined keys to be used according to the tool standard & values can be different. In YAML files for docker-compose, kubernetes manifests, ansible playbooks, their keys are standard according to their tool conventions, but value changes according to the use cases

      @DevOpsMadeEasy@DevOpsMadeEasy Жыл бұрын
    • @@DevOpsMadeEasy Thanks for your quick answer , it'q very nice. Do you recommand to learn by heart thoses "standard key" for each environment ?

      @buldo_tft5094@buldo_tft5094 Жыл бұрын
    • Not necessarily. Always make sure you refer the latest official documentation and write these files.

      @DevOpsMadeEasy@DevOpsMadeEasy Жыл бұрын
    • @@DevOpsMadeEasyall right !thanks !

      @buldo_tft5094@buldo_tft5094 Жыл бұрын
  • super video

    @DevOps_Zone@DevOps_Zone2 жыл бұрын
    • Thanks

      @DevOpsMadeEasy@DevOpsMadeEasy2 жыл бұрын
  • Hi is it possible to have the document/ppt please ? 🙂

    @xblackgamer7838@xblackgamer78389 ай бұрын
    • Sorry sir, it's my training material

      @DevOpsMadeEasy@DevOpsMadeEasy9 ай бұрын
  • Loud opening but quiet speaker

    @DanKen-mn8ez@DanKen-mn8ezАй бұрын
KZhead