By: Joseph Christie user 30 Jun 2020 at 5:25 a.m. CDT

3 Responses
Joseph Christie gravatar
I am trying to install Gluu in AWS using AWS CLI and Powershell from Windows base machine. And for this I have installed python 3.8, configured and created cluster and 3 workers nodes in AWS, however, When i try to run the command ./pygluu-kubernetes.pyz install-couchbase to install Couchbase, i get an error as below. *./pygluu-kubernetes.pyz : The term './pygluu-kubernetes.pyz' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.* My question is, 1. Can i do this from Powershell, is this compatible with windows and AWS CLI? 2. Why do i get this error? 3. Should I run these commands within the node?

By Mohammad Abudayyeh staff 30 Jun 2020 at 5:29 a.m. CDT

Mohammad Abudayyeh gravatar
Hey Joseph, We do not support community tickets related to our cloud native edition without a support contract. > Can i do this from Powershell, is this compatible with windows and AWS CLI? Why do i get this error? You cannot run this from a windows terminal. Fire up a linux vm inside your windows pc and from there you can execute the installer hence the suffix osx, and linux in the installer title. > Should I run these commands within the node? > No just any linux or mac manging vm with the pre-reqs as specified in our [docs](https://gluu.org/docs/gluu-server/4.1/installation-guide/install-kubernetes/#the-kubernetes-recipes).

By Michael Schwartz Account Admin 30 Jun 2020 at 2:01 p.m. CDT

Michael Schwartz gravatar
Sorry Joseph, we don't have time to do free training on K8. If you have a specific opportunity for Gluu with a customer, we're happy to jump in.

By Joseph Christie user 01 Jul 2020 at 4:01 a.m. CDT

Joseph Christie gravatar
Hi Mike, Thanks for the response, I have figured out what is happening. And was able to install Gluu using AWS K8 successfully.