Skip to content

This repo contains the target code used by the examples for the jabos project

License

Notifications You must be signed in to change notification settings

srfrnk/jabos-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jabos-examples

This repo contains the target code used by the examples for the jabos project

How to setup

  1. Clone this repo locally and cd into the cloned folder
  2. Create an access token for Docker Hub
  3. Create a folder named build with the following file names (use the credentials generated at the previous steps):
    1. "docker-hub.user" - contains your Docker Hub username
    2. "docker-hub.pat" - contains your Docker Hub password/PAT
    3. "gcp.json" - contains your GCP service account JSON key
    4. "aws_access_key_id" - contains your AWS access key id
    5. "aws_secret_access_key" - contains your AWS secret access key
  4. Make sure kubectl is configured to connect to the correct K8s cluster. (i.e. minikube)
  5. Run make set-secret
  6. Run kubectl apply -f ./simple-build.yaml

About

This repo contains the target code used by the examples for the jabos project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published