Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nhatthaiquang-agilityio/harness-kustomize
Example: Deploy webapi using Kustomize and Harness
https://github.com/nhatthaiquang-agilityio/harness-kustomize
harness kustomize minikube-cluster
Last synced: 19 days ago
JSON representation
Example: Deploy webapi using Kustomize and Harness
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/harness-kustomize
- Owner: nhatthaiquang-agilityio
- Created: 2023-04-26T04:44:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-26T08:22:03.000Z (over 1 year ago)
- Last Synced: 2024-04-16T07:09:40.815Z (9 months ago)
- Topics: harness, kustomize, minikube-cluster
- Homepage:
- Size: 619 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harness Kustomize
Example: deploy web application using kustomize and harness### Usage
+ Create Harness Account
+ Create a project
+ Create Environment+ Start Minikube
```
minikube start
```+ Install Helm Delegate
![Install Helm Delegate](./images/harness-delegate.png)+ Create Kubernetes Cluster
![Create Kubernetes Cluster](./images/harness-create-kubenetest-cluster.png)+ Create Service and GitHub Connection
![Create Service](./images/harness-create-service.png)+ Run Pipeline
![Run Pipeline](./images/harness-kustomize-pipeline.png)### Result
+ Port Forwarding Service in Minikube
```
minikube service the-service --url
```
+ Result
![Result](./images/result.png)