I tried searching on the web for a tutorial to install rethinkdb on heroku but was not satisfied with the tutorial provided. Can anyone suggest a step by guide to install rethinkdb via compose or dockerhero as a database for heroku nodejs app? I don't know ruby or python.
Only this one for now https://docs.dockhero.io/tutorials/rethinkdb.html
I also consider using docker for proper deployment.
Related
What are the supported ways to install and deploy Apache APISIX? Is there any corresponding documentation? How should I install Apache APISIX if I am in an isolated network environment?
What do you mean by an isolated network environment?
Perhaps you could try APISIX stand-alone. https://apisix.apache.org/docs/apisix/2.12/stand-alone/
I think the method of installing and deploying APISIX depends on your needs. I would even recommend using a source installation if you are using it for a personal website, as this gives you early access to the latest features.
So I recently got into docker and kubernetes and I have a kubernetes cluster set up on a remote vm(linux, kubeadm) and I'm wondering if there is a solution suitable for production that I can easily use to deploy my multi-container asp.net core web application. I have been trying to solve this issue for the past week and found nothing that suits my needs. I have been trying to use bridge to kubernetes but I can only get that to work locally on my windows machine and not remotely onto my linux vm. this is the layout of my appliction
Ask me if you need any additional information as I'm still new to this stuff.
Thanks for your help.
I found that Jenkins is just what I needed!
I need to install and configure all new system start with auto-scaling in aws as per the requirements , like if it is a app server install nodejs with respective git code for deployment using with Ansible.
How Ansible identify a new system came up and need to do this all configuration.
Here is a guide from ansible docs how to handle autoscaling with Ansible: https://docs.ansible.com/ansible/latest/scenario_guides/guide_aws.html#autoscaling-with-ansible-pull
The problem on this approch is, that you need the whole provisining prozess on startup. This takes much time and is error prone.
A common solution is to build a custom AMI with all infrastructure needed for your service and only deploy your current code to this maschine.
A good tool to build custom AMIs is Packer. A Guide for AWS is available here. https://www.packer.io/docs/builders/amazon.html
I am new to ELK and use mac as my personal machine but a PC in office.
Please help me in finding a right track to go ahead with ELK stack.
First of all use oficial docs it's very good
Tutorials for users
Info for aministration
I'm currently at my work trying to setup the ELK stack as well, there are tons of guides, and honestly, all of them still require the user to tinker.
I have found the official stack guide to be the most helpful with my endeavours so far.
Though I have one recommendation: do not install from the apt-get repos, I've found those just....don't work for me. I've had the best luck just downloading their packages directly from them.
Take a look into the following courses in Udemy
Linux Academy's Elastic Certification Preparation Course
Elasticsearch 6 and Elastic Stack - In Depth and Hands On!
Complete Guide to Elasticsearch
Complete Elasticsearch Masterclass with Logstash and Kibana
I have historically used a lot of manual chaining to get a CI pipeline in place for microservice development so am excited to try Fabric8 as it seems that it will make life a lot easier. Running into some early issues though.
I did manage to get Fabric8 running locally but want to get things running on AWS so I can present a more real world flow to stakeholders. Following the notes on this page Fabric8 on AWS I was able to get a 3 server cluster running using Stackpoint. But, I cannot connect to that cluster to be able to start administering the services. The page references this link (http://fabric8.default.replace.me.io) but it is not working for me. Tried hitting each of the AWS instances by public IP but that failed also. What would be my next steps here?
yeah the getting started guides don't really explain this in great deal. There's a similar issue on the fabric8 issue tracker that we've tried to help answer how to access the console
TL;DR using the AWS loadbalancer can add expense so we deploy an NGINX reverse proxy so you can set up a wildcard DNS. We use and recommend cloudflare for that as its free for this type of use and fast to setup.
We also created a blog to explain the different options how to access apps on kubernetes
Hope that helps!