# Feedback setup new Nem testnet website: https://yilmazbahadir.github.io/new-nem-testnet 1. Requirement part - domain name is required - if docker desktop was installed, but not sure kubernetes, you can check on preferences - ![](https://i.imgur.com/QdYLKo6.png) - if Kubernetes active, you should saw the icon below ![](https://i.imgur.com/MY0bVVv.png) 2.Kubernetes Controllers - maybe you can tell where to create `values-nginx-controller.yaml` or this file is belong to which folder 3. nis-client Docker Image - you can add something like (optional) in the title 4. Deployment - you may can arrange those command ```shell mkdir -p workdir-new-nem-testnet cd workdir-new-nem-testnet git clone https://github.com/yilmazbahadir/nem-helm-charts.git git clone https://github.com/NemProject/nemesis-generator.git ``` after clone the folder, let build config files... etc ```shell= cd nemesis-generator python3 -m pip install -r requirements.txt # Comment python3 -m configuration_generator --count 20 --seed 450000000000000 --network-name testnet --output nemesis.yaml --accounts-output user.yaml # Comment python3 -m generator --input ./nemesis.yaml --output nemesis.bin ``` 5. Generate NEM node configuration - maybe can tell `nodes.yaml` create in which folder - maybe can screen shot example how the record look like - ![](https://i.imgur.com/MaAPWQx.png) 6. Install helm package and deploy nodes - wrong path (apply for node1/node2) `-f ./values-node1.yaml --> -f ./output/node1/values-node1.yaml` 7. kubectl get all --namespace testnet-node1 - maybe can show some screen shot, how the thing look like. (valid output) ![](https://i.imgur.com/u6M8sbk.png)