PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, August 13, 2022

[FIXED] How to create or get a domain name as mentioned in step 2 in AKS

 August 13, 2022     azure-aks, kubernetes-ingress, nginx-ingress     No comments   

Issue

https://github.com/kubernetes/ingress-nginx/tree/main/docs/examples/grpc

In the above link under Prerequisites - 2nd point, it is mentioned to have a domain name configured to Ingress controller.

How to create or get a domain name in AKS? I have a grpc application, trying to implement the same steps.


Solution

You have two Options, for both you need an own a domain Name (you can buy it at namecheap.com or godaddy.com).

First option: Switch the domain DNS resolution to Azure..

Second option: Create the AKS and add it as CNAME (AKS public FQDN, i would prefer this over using the IP) to the DNS records of your domain.



Answered By - Philip Welz
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing