Skip to content

This is to have a kickstart demo with Terraform,AWS,Ansible and Kubernetes. This challenge was published online and i have solved and mentioned step by step.

Notifications You must be signed in to change notification settings

rakesh-devcode/challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation


Challenge 1

I am writing a python script which goes through all folders and subfolders and find the absolute all files where "TODO" is there.

Solution:

Download full code of challenge 1 including files and script. Just run the script and you will get the absolute path of all files where "TODO" is there. I ran in path : C:/Users/user1/Desktop/challenge/challenge1 To run the script in windows: - just go to directory(Python must be installed in your system) use python ./script.py

Output looks like as like below.

C:/Users/user1/Desktop/challenge/challenge1/somedir/somemodule/somefile.js C:/Users/user1/Desktop/challenge/challenge1/somedir/somemodule/someotherfile.js C:/Users/user1/Desktop/challenge/challenge1/somedir2/index.js C:/Users/user1/Desktop/challenge/challenge1/somedir2/anotherdir/index.js C:/Users/user1/Desktop/challenge/challenge1/somedir2/anotherdir/yet_another_dir/index.js C:/Users/user1/Desktop/challenge/challenge1/somedir3/another_file.js


challenge 2:

  1. How to do AWS infrastructure automations with Terraform?

  2. How to use Ansible for multiple works in AWS?

  3. How can we start and use Kubernetes?

Please go through README.md files for all sections.

About

This is to have a kickstart demo with Terraform,AWS,Ansible and Kubernetes. This challenge was published online and i have solved and mentioned step by step.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published