0% found this document useful (0 votes)
6 views19 pages

Installation Document PromptOps

Uploaded by

krishna nani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views19 pages

Installation Document PromptOps

Uploaded by

krishna nani
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 19

[PromptOps]

● Step 1 - Go to Search Engine and Search / Download from the google drive

Ltd
vt
sP
tic
ma
or
Inf

● Step2: According to your OS system select then click and Download


rld
Wo
ux
Lin

● Step 3: Locate your download and double click it.


[PromptOps]

Ltd
vt
sP
● Step 4: When the screen below appears, click on Next

tic
ma
or
Inf
rld
Wo
ux
Lin

● Step 5: Read the license agreement and click on I Agree


[PromptOps]

Ltd
vt
sP
tic
ma
● Step 6: Click on Next.
or
Inf
rld
Wo
ux
Lin
[PromptOps]

● Step 7: Note your installation location and then click Next.

Ltd
vt
sP
tic
ma
or
Inf
rld

● Step 8: If you want to be able to use Anaconda in your command prompt


Wo

(or Git Bash, CMDER, Powershell, etc.), please use the alternative
approach and check the box.
ux
Lin
[PromptOps]

Ltd
vt
sP
tic
ma
or

● Step 9: Click on Next.


Inf
rld
Wo
ux
Lin
[PromptOps]

● Step 10: You can install Microsoft VSCode if you wish, but it is optional.

Ltd
vt
sP
tic
ma
or
Inf

● Step11 Click on Finish.


rld
Wo
ux
Lin
[PromptOps]

● Once the installation is done, open the command prompt and type the
command “pip install flask”

Ltd
vt
sP
● To check whether the python is successfully installed or not, open the
command prompt and type “python”

tic
ma
or
Inf

🌟 How to Create a GitHub Account: A


Step-by-Step Guide 🌟
rld
Wo

Welcome to the world of GitHub! Whether you’re a seasoned developer or just starting out, GitHub is
ux

an essential tool for version control and collaboration. Follow these simple steps to create your very
own GitHub account and join the global community of developers.
Lin

Step 1: Visit the GitHub Website


Head over to GitHub’s official website and click on the Sign up button located at the top right corner
of the page.

!GitHub Homepage

Step 2: Enter Your Details


[PromptOps]

You’ll be prompted to enter your email address, create a password, and choose a username. Make sure
your username is unique and memorable!

!Sign Up Form

Step 3: Verify Your Account


GitHub will ask you to verify that you’re not a robot. Complete the CAPTCHA challenge and click
Create account.

!CAPTCHA Verification

Ltd
Step 4: Email Verification

vt
Check your email for a verification code from GitHub. Enter the code on the GitHub website to verify
your email address.

sP
!Email Verification

Step 5: Customize Your Experience tic


ma
GitHub will ask you a few questions about how you plan to use the platform. You can skip these
questions if you prefer.
or

!Customization
Inf

Step 6: Explore Your Dashboard


rld

Congratulations! You’ve successfully created your GitHub account. Take a moment to explore your
Wo

dashboard and familiarize yourself with the interface.

!GitHub Dashboard
ux

Step 7: Secure Your Account


Lin

For added security, enable two-factor authentication (2FA) on your account. This provides an extra
layer of protection against unauthorized access.

!Two-Factor Authentication

Step 8: Start Your First Project


Now that your account is set up, you can start your first project. Create a new repository, make your
first commit, and begin collaborating with others!
[PromptOps]

!Create Repository

🚀
Creating a GitHub account is just the beginning of your journey. With GitHub, you can collaborate on
projects, contribute to open-source software, and showcase your work to the world. Happy coding!

Eksctl installation:-
PRACTICAL - Launch EKS Cluster

Ltd
● 3 ways by which we can use AWS EKS service
1. WebUI
2. 3rd Party tool🡪 Terraform

vt
3. 3rd Party tool🡪 eksctl tool, specifically for EKS service of

sP
AWS This tool was developed by Weaveworks.

tic
ma
or
Inf
rld
Wo
ux
Lin

● Now create a user by using IAM.


[AWS]
[PromptOps]

Lin
ux
Wo
rld
Inf
or
ma
tic
sP
vt
Ltd
[AWS]
[PromptOps]

Lin
ux
Wo
rld
Inf
or
ma
tic
sP
vt
Ltd
[PromptOps]

[AWS]

Ltd
vt
sP
tic
ma
or
Inf
rld
Wo
ux
Lin

Access key and secret key will be created. Now use this access key and secret
key to configure AWS.
[PromptOps]

[AWS]

Ltd
vt
sP
After configuring AWS, we will install eksctl

tic
ma
or
Inf
rld
Wo
ux
Lin

Now go to releases🡪 latest🡪eksctl_windows_amd64.zip


[PromptOps]

[AWS]

Ltd
vt
sP
tic
ma
or
Inf
rld
Wo
ux
Lin

After downloading create a folder say awsekstools and extract downloaded data
into that folder.
[PromptOps]

[AWS]

Ltd
vt
Now extract that into the folder

sP
tic
ma
or
Inf
rld
Wo
ux

Now go to environmental variables


Lin
[AWS]
[PromptOps]

Now check
Lin
ux
Wo
rld
Inf
or
ma
tic
sP
vt
Ltd
[PromptOps]

Ltd
Kubectl Installation:-

vt
1. Download the kubectl executable from below link
https://dl.k8s.io/release/v1.28.2/bin/windows/amd64/kubectl.exe

sP
2. Create a folder in your desktop called kubernetes and move the download file to this folder.

tic
ma
or
Inf
rld

3. Now right click on this file, More Options>Properties. Then copy the Location of this file.
Wo
ux
Lin
[PromptOps]

4. Now search for environment in the search box

Ltd
5. Open the first result

vt
6. Now click on Environment Variables Again

sP
tic
ma
or
Inf
rld

7. Select the Path variable and click on EDIT.


Wo
ux
Lin
[PromptOps]

8. Now click on NEW and paste the Location of kubectl.exe

Ltd
9. Click OK>OK>Apply.
10. Now open command prompt and you can run

vt
$ kubectl version

sP
tic
ma
or
Inf

11. The installation of kubectl is successful.


rld
Wo
ux
Lin

You might also like