Skip to content

gils3nan/example-WMK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

example-WMK

Prerequisites

Guide

Commands to set up the demo-wmk-app application running on the same cluster as ArgoCD (local)

  1. Clone this repo
  2. Move to the root of the repo
  3. Run kubectl apply -f application.yml
  4. Wait for confirmation of application configuration
  5. Check that the application appears in your ArgoCD UI
  6. To view the application site - Run kubectl -n <NAMESPACE> get services <SERVICE-NAME> to get the running ports.
  7. Open a new tab in the terminal to run the port forwading command kubectl port-forward svc/<SERVICE-NAME> -n <NAMESPACE> <PORT-FORWORD-TO>:<PORT-FROM-PREVIOUS-STEP>
  8. In the browser navigate to http://localhost:<PORT-FORWORD-TO>/ and set up the WP application.

References:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published