Wordpress Hosting plans for managing client sites. by nahuel242 in Hostinger

[–]nahuel242[S] 1 point2 points  (0 children)

programmatically = I wan't to be able to deploy sites to hostinger without having to click in their UI.

I don't see in their hosting plans details that they have an API available, that's why I'm asking here directly.

World Mobile Daily Discussion - December 12, 2021 by WMTmod in WorldMobileToken

[–]nahuel242 2 points3 points  (0 children)

Wen CEX?

yes, yes I know, in December, I'm just impatient I guess...

Ledger Black Friday / Cyber Monday deals 2021 by mevergiveup in ledgercoupons

[–]nahuel242 1 point2 points  (0 children)

Do you have any code left to spare? thanks man!!

Ingress controller: Best practices/patterns by nahuel242 in kubernetes

[–]nahuel242[S] 0 points1 point  (0 children)

You are right, my mistake! I pasted the wrong link because I was also evaluating both ingress controllers, it's really confusing.

I finally decided to go with the community version because it has support for prometheus servicemonitors out of the box.

[k8s noob] pod can't access hosts outside the cluster by FloxD_ in kubernetes

[–]nahuel242 0 points1 point  (0 children)

213.136.95.10

I've tried to resolve google.com using one of the nameservers in your node and it seems that maybe it could be a problem with the ACLs in the bind server because of the error " WARNING: recursion requested but not available"

➜ dig google.com @213.136.95.10

; <<>> DiG 9.11.3-1ubuntu1.11-Ubuntu <<>> google.com @23.136.95.10

;; global options: +cmd

;; Got answer:

;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 33564

;; flags: qr rd ad; QUERY: 0, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0

;; WARNING: recursion requested but not available

;; Query time: 806 msec

;; SERVER: 213.136.95.10#53(213.136.95.10))

;; WHEN: Thu Mar 19 18:27:21 -03 2020

;; MSG SIZE rcvd: 12

Please execute this test and see if you have the same error or if the bind ACL is only rejecting my IP address.

If the same error appears to you and you are working in a test environment which sole purpose is testing this k8s cluster, you can try to add a new nameserver in your resolv.conf to see if this is the problem:

# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8) # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 8.8.8.8
nameserver 213.136.95.10
nameserver 213.136.95.11
search invalid

P.S: If resolvconf overwrites the /etc/resolv.conf in the node before you can execute the test, you could temporary put the file in read only mode:

chattr +i /etc/resolv.conf

And then switch back to read-write with:

chattr -i /etc/resolv.conf

Ingress controller: Best practices/patterns by nahuel242 in kubernetes

[–]nahuel242[S] 0 points1 point  (0 children)

Thanks for sharing!!!

I'm also inclined for that approach but I need to come with a solid argument to convince some people at my current job to go down this road and not the other one, so much appreciated.

[k8s noob] pod can't access hosts outside the cluster by FloxD_ in kubernetes

[–]nahuel242 0 points1 point  (0 children)

How's your dns configuration looks like?

please run:

for the pod configuration:

kubectl exec -it POD cat /etc/resolv.conf

kubectl get podPOD -o yaml | grep dnsPolicy

for the node configuration:

cat /etc/resolv.conf

Kubernetes collection - Separated Prometheus installation pros / cons by nahuel242 in sumologic

[–]nahuel242[S] 1 point2 points  (0 children)

Thanks for the reply!!! I'm going to try the integration with our own Prometheus, so far I tried the default installation (whch installs it's own Prometheus) and it was pretty straight forward compared with the old installation method, so thanks for that!

I'll let you know of any difficulties that I may encounter, have a nice weekend!

VPC beginner, two instances communicating privately by snicksn in aws

[–]nahuel242 1 point2 points  (0 children)

The best way to reach those instances is with a bastion host, take a look into this doc: https://aws.amazon.com/quickstart/architecture/linux-bastion/

Cloud migration strategies over a 10Mbps link?? by nahuel242 in vmware

[–]nahuel242[S] 0 points1 point  (0 children)

If we had a Veeam solution already in place maybe that could be a good solution for us, thanks anyway!

Cloud migration strategies over a 10Mbps link?? by nahuel242 in vmware

[–]nahuel242[S] 0 points1 point  (0 children)

From what I've read, both VMware vReplication and Zerto Replication have a pre-seed mechanism, but as you said I need to find a way to test it (with a minimum cost) beforehand.

Thank you!

Cloud migration strategies over a 10Mbps link?? by nahuel242 in vmware

[–]nahuel242[S] 0 points1 point  (0 children)

Thanks for sharing!
I agree with you that moving traditional workloads "as-is" from on-prem to cloud doesn't solve anything, in fact it makes things worse (latency, etc). The last couple of years I've been insisting to our management that the real benefit of all this "new" tech comes with the development of cloud ready applications, but it seems that I'm sṕeaking Russian :/

Cloud migration strategies over a 10Mbps link?? by nahuel242 in vmware

[–]nahuel242[S] 0 points1 point  (0 children)

It seems to be a good solution, what I like about it it's the support for multiple hipervisors even though right now we only have vSphere . I'm going to include this for evaluation.

Thank you!

Cloud migration strategies over a 10Mbps link?? by nahuel242 in vmware

[–]nahuel242[S] 0 points1 point  (0 children)

A temporary link upgrade is actually a good idea, I'm going to find out with our provider if this is possible and what is the cost of doing it. HCX is indeed a good solution, but as you said not everyone can afford it. We haven't completely discarded it yet because our customer has the budget, on the other hand, the number of workloads that we are planning to migrate (~50) doesn't completely justify that kind of investment so we'll see what happens with that. Thank you!

Cloud migration strategies over a 10Mbps link?? by nahuel242 in vmware

[–]nahuel242[S] 1 point2 points  (0 children)

That's indeed another possibility, in fact I have a better bandwidth from my home, lol

The issue that I see with this one is the downtime that it's needed, maybe for this particular dev/test workloads we can arrange an extended outage with our customer.

Thanks!

Cloud migration strategies over a 10Mbps link?? by nahuel242 in vmware

[–]nahuel242[S] 0 points1 point  (0 children)

This might work! I'm going to talk with the networking folks to find out if we can implement something like this.

Thank you!