NC2 Azure Flashcards
Is Nutanix ssh keys created in the same resource group as Nutanix cluster?
No ssh keys are in a separate resource groups to allow customers to use same keys for multiple clusters
You have an issue with Nc2 azure deployment and you want to see all the resources that were created so far where do you check
Azure Subscription name -> Resources blade
Where is Prism Central deployed and where is Nutanix nodes deployed and how they can communicate
Prism Central is deployed on to a subnet in a separate vnet and PE is deployed into a subnet that is present in a different vnet, the vnets are peered which allows them to communicate with each other.
How does PC and PE reach internet what is required for them to reach internet
Both PE and PC needs a NAT gateway in their respective vnets. The NAT gateway also requires a public ip to be assigned so it can reach the internet.
Where is flow gateway installed.
Flow gateway is installed in the same virtual network as Prism Central but in a different subnet than Prism Central VM.
Explain how MCM interacts with PE to deploy Prism Central which services should you look at when there is a trouble
MCM talks to cluster-agent leader in PE. We can find the leader by checking which CVM systemctl status cluster-agent, one of the CVMs will host the cluster-agent leader. This will then talk to the genesis leader via Infra-gateway service, this is how a Prism Central deployment will be triggered in NC2 Azure
Where are the two interfaces on FGW connected to
Both FGW interfaces will be connected to Azure subnet. External NIC will be connected to the subnet that will carry north south user vpc traffic. Internal interface will be connected to another subnet where only FGW has a nic, no other Nutanix devices will be connected
why do you need to use transit vpc, compare it with on-prem env
In on-prem user vpc’s get external connectivity via a Vlan network but in Azure we cannot have a regular Azure network connected since the nutanix nodes are all in a delegated subnet. We use transit vpc which is spawns between the flow gateway running in regular Azure subnets and Nutanix nodes which run in delegated subnets. The packet will be carried over from delegated subnet to an interface assigned to FGW VM that runs in regular Azure subnet.
What is the use of clusters upgrader
This will take care of upgrading clusters components like infra gateway, clusters-agent and host-agent.
Where does an Azure node get the ip addresses to use from?
Instance metadata that is injected into the node when it boots up will contain CVM ip, AHV ip and uuid to use etc… This information comes from MCM to Kristitel in Azure
how can you expose prism central to external world with nc2
Hub vnet peering should allow the local on-prem PC to access the Azure PC.
how do you find the compatible aos version for aws or Azure cloud
check release notes
Vnet peering is it unidirectional or bi-directional
Vnet peering should be bi-directional, else communications could be blocked.
Is the NAT gateway per subnet or per vnet
It is per vNet and we can add the subnet routes
How does the traffic from UVM vnic flow through the bridges to external world
UVMs vnics are connected to br0.local bridge like on-prem, they flow through bridge chain and will end up on the br0-uvms bridge, from there they will move to br0-azure bridge and then via an uplink it will reach external world