KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
kubernetes-nifi-refined
★ 24
Open GitHub ↗
Nifi 1.9.0
Download README (.md)
Explore Similar Repositories
sta141c-winter19
:
course materials for UC Davis STA141C: Big Data & High Performance Statistical Computing
U-Net-segmentation
:
No description available.
k8s-slides-yaml-files
:
No description available.
pacer-editor
:
Web editor for the Nektar Pacer MIDI controler
wishlist
:
A list of Node packages that we wish to be available in Deno
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
kubernetes-nifi-refined
?
Download (.md)
[](https://circleci.com/gh/whs-dot-hk/kubernetes-nifi-refined) For clusters, check out our [cluster guide](https://github.com/whs-dot-hk/kubernetes-nifi-refined/tree/master/cluster-guide). ## Standard Usage [](https://asciinema.org/a/OYN3fdGCBOtoDqCZ4UKc5DjWK) ``` $ kubectl create -f https://raw.githubusercontent.com/whs-dot-hk/kubernetes-nifi-refined/master/nifi.yaml $ kubectl create -f https://raw.githubusercontent.com/whs-dot-hk/kubernetes-nifi-refined/master/nifi-service.yaml ``` ``` $ kubectl create -f https://raw.githubusercontent.com/whs-dot-hk/kubernetes-nifi-refined/master/frontend.yaml ``` ``` $ export POD_NAME=$(kubectl get pods --namespace default -l "app=nifi-frontend" -o jsonpath="{.items[0].metadata.name}") $ kubectl port-forward $POD_NAME 8080:8080 ``` Visit http://localhost:8080/nifi ## Minikube StatefulSet Example  ``` $ kubectl create -f https://raw.githubusercontent.com/whs-dot-hk/kubernetes-nifi-refined/master/nifi-statefulset-minikube.yaml $ kubectl create -f https://raw.githubusercontent.com/whs-dot-hk/kubernetes-nifi-refined/master/nifi-service.yaml $ kubectl create -f https://raw.githubusercontent.com/whs-dot-hk/kubernetes-nifi-refined/master/frontend.yaml ``` ## Other Example https://bitbucket.org/whshk/kubernetes-logging/src/master