Skip to content

avakapal/battest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abstract

This is a demo project to demonstrate how easy it is to deploy to Kubernetes using Codefresh.

How to use this repo

To test this repo, you should:

  1. Clone the repository locally
  2. Edit codefresh.yml and deployment.yml files. Change $docker-image with the name of the docker image you would like to create.
  3. Commit the changes and configure your repository in Codefresh UI
  4. Setup the following env variables to specify the Kubernetes cluster we'll use to deploy the project
KUBERNETES_USER
KUBERNETES_PASSWORD
KUBERNETES_SERVER (should include http/https prefix)
  1. Run the build in Codefresh.io
  2. Check that the deployment succeeded with kubectl:
kubectl get pods -l app=alpine-nginx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors