Kubernetes
• An OpenSource Container Orchestration Platform
• Automates Processes in Deploying, Managing, and Scaling
Containerized Applications
• Applications are Containerized
• Containers Contain Code and Dependencies of an Application
18
Arvan Command Line
•Download Arvan Command Line
• Make it Executable
• Add to Path
nano ~/.bashrc
export PATH="$HOME/path/to/file:$PATH"
chmod +x arvan
source ~/.bashrc
22
23.
Arvan Command Line
•Get an API KEY from Your Arvan Profile
• Run Following Command
• Enter the API KEY
arvan login
23