Coder Social home page Coder Social logo

gitops-template's People

Contributors

archifleks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

gitops-template's Issues

Could not resolve host: nginx.test.org

hello, I try to follow your guide here : https://particule.io/en/blog/k8s-no-cloud/

I had to update coredns helm repo and version but the rest is similar.

I'm on premise, ubuntu 20.04

I want to do that at the end from my computer (which is not a node in the cluster)

curl http://nginx.test.org

but it won't work like that because my computers are not looking for the DNS installed in my cluster.

root@test-pcl4014:/tmp/external-dns-demo/flux/resources/demo# kubectl -n external-dns get svc coredns-coredns
NAME              TYPE       CLUSTER-IP      EXTERNAL-IP   PORT(S)                     AGE
coredns-coredns   NodePort   10.111.237.33   <none>        53:30669/UDP,53:30669/TCP   6m3s
root@test-pcl4014:/tmp/external-dns-demo/flux/resources/demo# kubectl get nodes


root@test-pcl4014:/tmp/external-dns-demo/flux/resources/demo# dig -p 30669 nginx.test.org

; <<>> DiG 9.16.1-Ubuntu <<>> -p 30669 nginx.test.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 13436
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
; COOKIE: 944305e8746f8e6e (echoed)
;; QUESTION SECTION:
;nginx.test.org.                        IN      A

;; ANSWER SECTION:
nginx.test.org.         30      IN      A       10.1.34.55

;; Query time: 3 msec
;; SERVER: 127.0.0.53#30669(127.0.0.53)
;; WHEN: Wed Jun 23 10:50:18 EDT 2021
;; MSG SIZE  rcvd: 85

root@test-pcl4014:/tmp/external-dns-demo/flux/resources/demo# curl http://nginx.test.org
curl: (6) Could not resolve host: nginx.test.org

there is a way to add this DNS entry into my computers (windows and linux). and instead of using a nodePort (30669) in my case.. could we use a LoadBalancer IP returned my metallb ? Like that I think we could have a fixed IP for the DNS

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.