Skip to content

sgumil/labs-cloudapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

labs-cloudapp

Forking the Repository

  1. Click the "Fork" button at the top-right corner of this repository's GitHub page. Fork
  2. Choose your GitHub account or organization where the fork will be created.
  3. Open the forked repository in a GitHub Codespace:
    • Click the "Code" button and select "Create codespace on main". Run Codespace
    • Wait for the Codespace to initialize.

Quickstart

  1. Open the terminal in the Codespace:

    • Click on the "Terminal" menu and select "New Terminal".
  2. Start the application:

    python webapp-color/app.py
  3. After starting the application, a popup will appear in the lower-right corner of the Codespace pointing to your app. Click on it to open the app in your browser. Run App

Build and Deploy

  1. Navigate to the "Settings" tab of your forked repository on GitHub.
  2. Go to "Secrets and variables" > "Actions".
  3. Add the required secret as repository secrets:
    • KUBECONFIG: The kubeconfig file for deploying to Kubernetes. Create Secrets
  4. Add the required variable as repository variables:
    • NAMESPACE: The namespace for your Kubernetes deployment. Create Vars

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.7%
  • HTML 23.6%
  • Dockerfile 2.7%