ark-node | : money_with_wings : CryptoCurrency | Cryptography library
kandi X-RAY | ark-node Summary
kandi X-RAY | ark-node Summary
:money_with_wings: CryptoCurrency for all
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ark-node
ark-node Key Features
ark-node Examples and Code Snippets
Community Discussions
Trending Discussions on ark-node
QUESTION
I am trying to run this project configured for AWS cloud deployment in my local cluster environment. In the cloud deployment, it is configured using Kubernetes CLI (kubectl
) and kops (a tool to create & manage Kubernetes clusters on public cloud infrastructure) on AWS cloud.
In short, my question is: Is not it possible to run this application in my local 2-node kubernetes cluster for testing (as I do not have AWS cloud)?
More details:In the cloud setup, it has a cluster creating script to create a cluster and after the creation of the cluster, we get the URL of two AWS ELBs, which can be used to interact with two services provided by the cloud loadbalancer (one backend service+ one frontend service).
My problem: As I am trying to run the project on a 2-node kubernetes cluster hosted in my lab. I have set up the cluster using kubeadm
instead of native AWS cloud (kops + k8s) as given in the GitHub link. I have modified the script to remove the references to kops and AWS respectively. In this local kubernetes cluster, I have used MetalLB as a loadBalancer for the services.
At the end of script, unlike in AWS cloud deployment, instead of 2 AWS ELB address links which the client can use to interface with the system services, we are getting two public IPs of the physical nodes: xxx.xxx.80.72
and xxx.xxx.12.58
respectively for the two services, provided by the MetalLb loadbalancer (using pre-configured address pool).
As expected all the pods are in running state.
...ANSWER
Answered 2021-Aug-09 at 12:44Is not it possible to run this application in my local 2-node kubernetes cluster for testing (as I do not have aws cloud)?
It is not a recommended approach and will not work as expected.
By trying to run this setup on non-AWS environment you are not meeting the Prerequisites:
We assume you are running inside an EC2 linux VM on AWS, where you have Python3 installed (preferably Python3.6 or later -- we have not tested with earlier versions). AWS has default quotas on resources that can be allocated for accounts. The cluster to create in this doc will exceed the default vCPU limit(32) for a regular AWS account. Please make sure this limit is lifted before proceeding.
For learning and testing purposes locally it would be better for you to go by Creating a cluster with kubeadm:
The kubeadm tool is good if you need:
- A simple way for you to try out Kubernetes, possibly for the first time.
- A way for existing users to automate setting up a cluster and test their application.
- A building block in other ecosystem and/or installer tools with a larger scope.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install ark-node
Install PostgreSQL (min version: 9.5.2).
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page