Day-14 | Configuration Management With Ansible |Puppet vs Ansible |Live Projects |

  Рет қаралды 121,026

Abhishek.Veeramalla

Abhishek.Veeramalla

Күн бұрын

Пікірлер: 260
@Cloudnp9458
@Cloudnp9458 11 ай бұрын
At first system administrator used to do upgrades, secure patches and installation on 100s of servers using shell script that had to loop over all 100s of servers. With cloud( micro service architecture) no. of servers increased and the compute/resources had decreased. Earlier we had to take care of distribution of OS(alpine, ubuntu), so the script might not work. To solve this configuration management came into picture. Puppet, chef and Ansible . Why Ansible over others? Ansible is much a push mechanism model. Write Ansible script at one instance and update all the worker nodes. Ansible is agentless, just put DNS or ip adress of servers in inventory file and have ssh password-less authentication configured, along with python3 installed by default in Linux distros. 2. Ansible also has feature of dynamic inventory. If you are creating 100s of servers in AWS cloud, Ansible will automatically detect new server. 3. Support both Windows, AIX and Linux all distros 4. Ansible is pretty simple, uses simple yaml manifest.
@bleh22292
@bleh22292 25 күн бұрын
Thanks a lot ❤
@ronaldopower4169
@ronaldopower4169 Жыл бұрын
Your efforts towards helping devops community is incredible
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks alot
@mechtoit6555
@mechtoit6555 Жыл бұрын
kzbin.info/door/tvLt8mOnq-odv_61vRF90Q
@paragvade
@paragvade 6 ай бұрын
Notes of this video- Scenario- System admin has to configure 100s of servers, each with different OS like Ubuntu, CentOS, Windows. Tasks include updating OS, security patches, default installations like git, databases on servers. Issue- Doing this manually on every server is difficult. Hence, scripts were used. Powershell scripts for windows machines, other shells for Linux machines. Even in Linux machines, scripts varied based Linux flavours and type of script (bash, zsh, tsh, etc). This script will then loop over all servers to perform configuration tasks. With cloud and micro service architecture adoption, number of servers have increased further. Hence, even scripting approach is not very efficient. This led to concept of configuration management. Various tools are used for configuration management. Puppet and Chef were pioneering tools while Ansible, developed by Red Had is most popular. Why Ansible over Puppet? 1. Puppet = Pull mechanism, Ansible= Push mechanism. Eg. Managing 10 EC2- Write ansible playbook and push to all 10 EC2 2. Puppet uses Master-Agent architecture- Have to create Master server and configure all 10 EC2 as agents. Ansible is agentless. Write only ip/dns of machine in inventory file and have passwordless authentication enabled. In case of dynamic demand, auto-scaling is possible by changing inventory file. Even better- 'Dynamic Inventory' feature auto detects demand- doing away need to change inventory file. 3. Support for Windows is better in Ansible than Puppet 4. Ansible Playbook is written in YAML which is widely used. Puppet configuration is written in Puppet language. Issues with Ansible 1. Support for Windows is still not seamless 2. Debugging is not easy. Can run ansible in debug mode but debugging logs are not easy to understand. 3. Performance issues- when managing thousands of servers Enjoy!
@bleh22292
@bleh22292 25 күн бұрын
Thanks a lot ❤
@randomavghuman
@randomavghuman 11 ай бұрын
one thing i really like about your videos is that it gets me interested in the topic, and its interactive , i always try to answer the interview questions in my head like i would in an interview. it helps me with recollection of concepts
@saiharshakothamasu7254
@saiharshakothamasu7254 Жыл бұрын
Just for you anna, I have never skipped even a single ad in your channel even if it's for >5 mins :)
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks alot for contributing to the channel Harsha
@mrnobody4365
@mrnobody4365 Жыл бұрын
Started 3 days ago and I already just completed Day 14. Thank you Abhishek sir for all these quality content.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Excellent
@nash12394
@nash12394 11 ай бұрын
@mrnobody4365 I have just started the playlist. I guess you must have completed the series ? If yes can you tell me if you have got the job or giving interviews ? Can you share the feedback with us it will help us to improve here. Please share your kind feedback. Thank you!!!
@sachinrathee0611
@sachinrathee0611 6 ай бұрын
@@nash12394 Why are you asking him like this? Why not try yourself and make your time productive?
@nash12394
@nash12394 6 ай бұрын
​​​@@sachinrathee0611The reason why asked is he finished his playlist over 8 months ago. So I thought to check if he faced any challenges. Anyways I also finished the entire playlist twice and got placed.
@barakahobileye5643
@barakahobileye5643 4 ай бұрын
​@@nash12394 congratulations 🎉. Is this just the playlist you used?
@tapasghosh9802
@tapasghosh9802 9 ай бұрын
Learning from your videos is like discovering a beacon of clarity in a sea of confusion. Thank you for sharing your expertise with such passion and sincerity. You're not just teaching DevOps; you're inspiring a community of learners to reach new heights.
@subashbose6494
@subashbose6494 10 ай бұрын
Hi Abhishek, im from Chennai, spending with your video every day 30 mins or 1 hr and i tried to practice with my laptop. i'm not a computer student. BUT very much interest to learn new things. Your video gives confident to me, one day will get my dream job.. That day will message you again.
@AbhishekVeeramalla
@AbhishekVeeramalla 10 ай бұрын
Amazing
@ayeniadewale7743
@ayeniadewale7743 Жыл бұрын
without mincing words" you're the 🏆! I wish I had known you before now. 🔥🙌 #thebest #wishfulthinking #awesome"
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks alot
@arifsaleem-7377
@arifsaleem-7377 9 ай бұрын
Your efforts towards helping devops community is incredible
@AbhishekVeeramalla
@AbhishekVeeramalla 9 ай бұрын
❤️
@pranayshegaonkar4320
@pranayshegaonkar4320 Жыл бұрын
Recently started the playlist and already at day 14 , thannk you so much for your consistent efforts sir
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Amazing
@NishithaBapanpally
@NishithaBapanpally Жыл бұрын
Hello, abhishek sir, i started your playlists yesterday on devops series, your doing a great job , i am able to learn each and every concept in a simple way to crack the devops engineer job. Thankyou for showing the efforts towards people who are struggling to get into IT as a DevOps. once again thanks a lot for the devops zero to hero playlists.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😍😍
@surabhim2482
@surabhim2482 Ай бұрын
Feeling grateful for finding your KZbin channel, it's day 3 , I'm here with day 14 video
@soumyadipchatterjee2267
@soumyadipchatterjee2267 Жыл бұрын
I become fan of Abhishek. You inspired me every day to become a good DevOps Engineer & one day I will .😊🙏
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
❤️❤️
@anjaneyulus5975
@anjaneyulus5975 2 жыл бұрын
Thank you so much sir day by day..enhancing my knowledge getting confidence... making things simpler in learning Devops course 👍👍
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
All the best
@sejaljaiswal8296
@sejaljaiswal8296 25 күн бұрын
superb great work 🙌🙌 toward the Devops
@UmeshKumar-fo4by
@UmeshKumar-fo4by Жыл бұрын
Thanks a lot Abhishek lots of love.
@nagababunalluri5059
@nagababunalluri5059 2 жыл бұрын
We should appreciate the work behind it.
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
Thanks
@Beautifull-day
@Beautifull-day Жыл бұрын
It's really helpful.I answered very nicely in my interview after watching ur videos.Thank you so much
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
😎
@AditiSingh-1c
@AditiSingh-1c 9 ай бұрын
Thank you abhishek bhaiya
@gokulkrishna4719
@gokulkrishna4719 Ай бұрын
I always wonder what these ansible and puppets are while hearing it here and there, but this video made me understand those in simple way. Overall, I loved this video and gained lots of knowledge.
@aakashpunekar9437
@aakashpunekar9437 Жыл бұрын
Explained the concept in really simple manner,I got a clear understanding of the topics. Thank you Abhi Completed yesterday 05/07/2023
@mechtoit6555
@mechtoit6555 Жыл бұрын
kzbin.info/door/tvLt8mOnq-odv_61vRF90Q
@krakesh2003in
@krakesh2003in Жыл бұрын
Awesome Abhishek, Thanks for your great Video.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
My pleasure
@vinu3541
@vinu3541 3 ай бұрын
Amazing theoretical explanation ❤
@nallapaneniram766
@nallapaneniram766 Жыл бұрын
Superb. The example explains all.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks a lot
@rjgeeks5857
@rjgeeks5857 5 ай бұрын
very concept clear video.....thanks for this amazing videos
@AhsanAli-sv8hy
@AhsanAli-sv8hy Жыл бұрын
Sir your channel is very helpful for beginners Devops engineer ❤. But some people can't understand English like me and other now Sir i request you create Devops zero to hero in hindi series. God bless you Sir
@quasar_0x
@quasar_0x 9 ай бұрын
In the first seconds of the video did I hear you say lets reach 10k subscribers? that's just a year ago!! Shows that you are doing an incredible Job!
@AbhishekVeeramalla
@AbhishekVeeramalla 9 ай бұрын
Yes, Thanks alot
@battumamatha7144
@battumamatha7144 2 жыл бұрын
thank you abhishek for explaining by paint .... its dam easy to understand the concepts ...
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
It's my pleasure
@rapurusirisha
@rapurusirisha 2 жыл бұрын
Congratulations Sir Keep Rocking
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
Thanks a lot
@gudamahendar6992
@gudamahendar6992 9 ай бұрын
i completed this video abhishek
@joymiah1038
@joymiah1038 2 жыл бұрын
Proud Of You!!! You are The Best Educator in DevOps World!!! Saluted for your kindness!🫡🫡 Bhai eeh series bandh Maot karna Please!!!!
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
Sure bhai
@Ssv1928
@Ssv1928 Жыл бұрын
Excellently explained
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks
@manupriyar8169
@manupriyar8169 Жыл бұрын
So nice Abhi. Thank you😊
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Welcome 😊
@Learn_IT_with_Azizul
@Learn_IT_with_Azizul Жыл бұрын
You’re doing extremely good in DevOps series… maybe the best series in the KZbin 👏👏 please try to upload a content about OpenShift with AWS EKS, if possible… Thank You 🙏
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
I will try my best
@Just_Relax616
@Just_Relax616 Жыл бұрын
excellent explanation ,very much clear on this
@harisheoran
@harisheoran Жыл бұрын
awesome explaination sir
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks a lot
@shafqathussain2282
@shafqathussain2282 10 ай бұрын
great bro you have done great work.😍
@shashikiran6809
@shashikiran6809 2 жыл бұрын
The sessions are going really nice, it's really helpful, thank you❤🙏
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
Glad you like them!
@sathiyamohan8119
@sathiyamohan8119 Жыл бұрын
You are really awsome bro. Going great with cloud and devops domains. If possible pls do a video on open shift as well.
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Sure 👍
@manojtalluri5087
@manojtalluri5087 Жыл бұрын
Thank you very awesome session
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
You are very welcome
@pittavarun1647
@pittavarun1647 Жыл бұрын
You are the best 💕💕
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
❤️❤️❤️
@reddaiahnama893
@reddaiahnama893 2 жыл бұрын
Keep rock it Abhishek bro
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
Thanks
@biswajitmohapatra2172
@biswajitmohapatra2172 2 жыл бұрын
Great sir 👍🏻.. well explained
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
Thanks
@KumarK-sv7yh
@KumarK-sv7yh Жыл бұрын
Completed Day:14 Video. I understand the overview concept of Ansible and ansible vs puppet. Thanks Veeramalla garu
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Welcome
@mohammed_rayees387
@mohammed_rayees387 9 ай бұрын
Thanks alot Abhishek bhaiya 😇
@Dancervloggeractor
@Dancervloggeractor Жыл бұрын
You are best in teaching the things in crystal manner. Want to know how to write the yaml scripts.If possible make a video on this.❤
@mechtoit6555
@mechtoit6555 Жыл бұрын
kzbin.info/door/tvLt8mOnq-odv_61vRF90Q
@Zeliebenard639
@Zeliebenard639 Жыл бұрын
Perfect video
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
🎉
@sumon-g7z
@sumon-g7z 2 жыл бұрын
u earned new subscriber + a big fan 😀
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
Welcome aboard!
@adarshjha__1
@adarshjha__1 Жыл бұрын
Day-14 done ✅
@sibanandapradhan6006
@sibanandapradhan6006 4 ай бұрын
good explain sir
@akshaynavpute3774
@akshaynavpute3774 Жыл бұрын
Thanks bhau♥
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thank you so much 😀
@govarthan07
@govarthan07 2 жыл бұрын
Loved this session
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
Thanks alot
@somadasdallas
@somadasdallas Жыл бұрын
Videos are very helpful....thank you so much. Please provide some videos on how to create API endpoint using Terraform
@thejourney-nsn
@thejourney-nsn Жыл бұрын
BEST😊
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Thanks !!
@hussainshaik2673
@hussainshaik2673 7 ай бұрын
bro you expalined push model in ansible but missed pull in puppet
@chinnanambi
@chinnanambi 6 ай бұрын
its not about devops zero to hero..its about me zero to hero
@bitanji6851
@bitanji6851 Жыл бұрын
Great video, thanks you 👍
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Glad you enjoyed it
@papercut._.
@papercut._. Жыл бұрын
Doing a speed run on your devops/ aws videos before I start my application. If I get a job you’re the reason xD
@sai_pranav_karri
@sai_pranav_karri Жыл бұрын
Thanks 😀
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
You're welcome 😊
@themadcapuniverse
@themadcapuniverse 6 күн бұрын
Hi Anna, first of all thank you very much for providing this devops zero to hero course its really appreciable. I am at day 14 now and i have a doubt like at last of this video you explained 6 interview questions out of which first question and fifth question is one and the same like which programming language that ansible uses. For this for 1st question you have answered python but for 5th question you have asnswered yaml, can you pls confirm on this.
@abanisetti.miraclesoft7317
@abanisetti.miraclesoft7317 11 ай бұрын
nice explanation.
@Cloudnp9458
@Cloudnp9458 11 ай бұрын
Additional features are dynamic addition of servers using dynamic inventory, idempotency and conditional execution.
@averagebadmin10player
@averagebadmin10player Жыл бұрын
Gold content
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
thanks
@sravanimantha5838
@sravanimantha5838 7 ай бұрын
Hi Abhishek, I have a question regarding the interview questions you provided. In one of the questions, you mentioned that the programming language used in Ansible is Python, but you also mentioned YAML for the same question later. Could you please clarify this?
@saiharsha4619
@saiharsha4619 2 жыл бұрын
Exited for tomorrow's video 🤩
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
👍
@naveennagaraju6497
@naveennagaraju6497 2 ай бұрын
It will be good if we get some notes for your explanations on each topics
@bhavyabojanapalli380
@bhavyabojanapalli380 2 жыл бұрын
Thanks sir
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
Welcome
@vicky7664
@vicky7664 Жыл бұрын
The tutorial was very great👏 Would love to watch a video on just ansible roles. I have a question - How we are supposed to enable password authentication if we've 100s of servers. I got one answer on the internet using boto3 module. Is there any other method❓
@Rorschach_ind
@Rorschach_ind Жыл бұрын
Thank You Sir!
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Most welcome!
@KUSUMAV-fc8ug
@KUSUMAV-fc8ug 9 ай бұрын
thank you
@sadashivs9781
@sadashivs9781 Жыл бұрын
very good session
@Thee_macharia
@Thee_macharia Жыл бұрын
hello Abhishek, can you briefly explain the difference between Ansible playbooks and roles? How would you organize your Ansible project to ensure modularity and reusability of code?
@chinmayesai4895
@chinmayesai4895 Жыл бұрын
Sir, please let me know if Iam right...? Ansible uses python for it's modules and YAML for writing playbooks?
@ravindraravi7435
@ravindraravi7435 11 ай бұрын
Thank you ^^
@Cloudnp9458
@Cloudnp9458 11 ай бұрын
Does Ansible support all cloud providers like AWS,azure,gcp.. Ans. For Ansible it doesn't matter what your cloud provider is. You only need public ip adress, is ssh access allowed publically to your machine(laptop).
@ThePercivalGlyde
@ThePercivalGlyde 2 ай бұрын
nice
@Adityaa2
@Adityaa2 Жыл бұрын
Thank you ❤
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
You're welcome 😊
@NishantJaiswal-dk4bs
@NishantJaiswal-dk4bs 2 жыл бұрын
Great Explanation, Abhishek. Also please discuss the Ansible Tower AWX.
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
Noted
@raju_mirthipati
@raju_mirthipati 2 жыл бұрын
i have one trigger you said scale up and scale down of the servers from ansible what is the use of auto scalling in AWS or any cloud provider ansible integrated with autoscalling future ....?
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
You can do that today as well.
@RakeshBitling
@RakeshBitling 2 жыл бұрын
Excellent Sessions and appreciate abhishek only small suggestion: Can we cover industry-specific real time use cases? I know its very difficult but you are gem person.
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
Yes, sure
@iramkhan2644
@iramkhan2644 3 ай бұрын
#Day14 Done!
@sachinsaurav2941
@sachinsaurav2941 8 ай бұрын
Can you help me with difference between ansible and Jenkins and which tool should I learn first or is it necessary to learn both tools?
@Cloudnp9458
@Cloudnp9458 11 ай бұрын
For windows Ansible uses winrm protocol, for linux it's ssh
@VenkatPodugu-dc1ls
@VenkatPodugu-dc1ls 2 жыл бұрын
Hi Abhishek, Thanks for the video, can you try one video for Ansible Tower with simple? if possible.
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
Will try
@yogendrasinghrathotre2758
@yogendrasinghrathotre2758 9 ай бұрын
excellent work but is some one please help to get the command which to used over lab setup
@humpi8162
@humpi8162 Жыл бұрын
Greta Video
@rushboba5883
@rushboba5883 9 ай бұрын
perfect!!
@SaiKumarThatikonda-yj5sc
@SaiKumarThatikonda-yj5sc 2 жыл бұрын
Abhishek, I have doubt on Dynamic Inventory(20:05). How the new EC2 IP in dynamic inventory will know to which group it should be routed to(lets say I have groups like WebServers, DBServers) In Inventory file?
@AbhishekVeeramalla
@AbhishekVeeramalla 2 жыл бұрын
I will share that in a video 🙂 .. very difficult to explain hefe
@ashishpandeypro
@ashishpandeypro 5 ай бұрын
Great introduction to Ansible Abhishek sir At the beginning of every video just say that it is the simplest, most interesting topic all (just like you did it in this video) It took so much load off my back and the presumption I formed was that the topic was easy and interesting.
@Cloudnp9458
@Cloudnp9458 11 ай бұрын
You can write your own ansible module for installing load balancer for your own organisation in python. You can share them using Ansible galaxy so other team can utilize. Ansible galaxy acts as bridge. Sharing is always possible, give back to community and take benefits from community.
@mgmahi5
@mgmahi5 8 ай бұрын
@Abhishek.Veeramalla Should I watch Ansible zero to hero after completing this roadmap or should I start watching after this video
@sahilsoni9898
@sahilsoni9898 7 ай бұрын
bro i have the same question ... what u followed?
@mgmahi5
@mgmahi5 7 ай бұрын
@@sahilsoni9898 I'm following a T shaped learning. You will learn the basics of each technology or tool first. Then you will learn each tool in depth. I realised this works for Abhishek's videos.
@2woSe7en
@2woSe7en 7 ай бұрын
​@@mgmahi5complete this
@sowmyamaddineni1991
@sowmyamaddineni1991 Жыл бұрын
In AWS while creating EC2 instances - we can give some configurations right? So using ECS which has cluster of EC2 instances or something, can't we do the configurations?? Should Ansible be used? Also in Puppet when you are giving multiple slaves - so if 1000 machines are added. you go and add all the 1000 again in the master file?
@botlanagaraju487
@botlanagaraju487 Жыл бұрын
Sir you have said that ansible is push mechanism like we can write our own notebook and push ..wt abt puppet pull mechanism?
@NareshKumar-jm2vs
@NareshKumar-jm2vs 9 ай бұрын
Bro, do you have any videos on Ansible molecule?
@PravatKumar-e4e
@PravatKumar-e4e Жыл бұрын
Thanks for sharing excellent videos .Any ways to join your online Devops training sessions .
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Everything is on KZbin channel
@hanumaiahb1216
@hanumaiahb1216 Жыл бұрын
Bro can you pls do an one dedicated zero to hero ansible video It's helpful alot My self iam slow learner this video is little faster My req can you pls do an one dedicated ansible video
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
Noted
@hanumaiahb1216
@hanumaiahb1216 Жыл бұрын
@@AbhishekVeeramalla thankyou so much brother, if you do this it's helpful alot to me like slow learners
@AshwinGhosalkar
@AshwinGhosalkar Ай бұрын
Hi Abhishek, Question 1 What programming language Ansible uses ? Python Question 4 What programming language Ansible uses ? Yaml bit confused in this one
@temprnow3736
@temprnow3736 Жыл бұрын
All sessions are having really good explanations. In this session can you please elaborate on what are microservices, and how they are used?
@AbhishekVeeramalla
@AbhishekVeeramalla Жыл бұрын
I explained it in the course. Please follow the videos
@bennyala
@bennyala 5 ай бұрын
completed
Day-15 | Ansible Zero to Hero | #ansible #devops
55:51
Abhishek.Veeramalla
Рет қаралды 220 М.
Day-16 | Infrastructure as Code | #terraform #IaC
21:05
Abhishek.Veeramalla
Рет қаралды 88 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 290 М.
Ansible vs. Terraform: What's the difference?
9:32
IBM Technology
Рет қаралды 207 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 353 М.
Proxy vs Reverse Proxy vs Load Balancer | Simply Explained
13:19
TechWorld with Nana
Рет қаралды 292 М.
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН