Azure-redhat-openshift notes
Azure redhat openshift-
1.openshift extendes k8s , in the case of user account i.e. logging and monitering tools ,aunthentication resourses ,supports, juggle image registries,storage management,networking solutions and many other feature.
this all extended feature are tested and managed by azure redhat openshift.
2.ARO is provides you fully managed o/s cluster.it provides approximately 100 percent support for any kind of issue or problem is happen.
3.ARO is platform as a service i.e. Paas ,beacause it provides single managed platform to container managing tools, in case of middleware ci/cd,data storage ,frameworks.
4.ARO managed by -1.microsoft
2.redhat
5.ARO gives you fully cloud based cluster management beacause there is no any type of machine infrastrucure and maintainace of machines.
6.work on subscription bases in case you pay azure bill.
7.ARO provides you with azure ad i.e. azure directory with role base access control of k8s.in which you can able to health check of cluster.
8.to deploy ARO cluster you have to complete
1.set up all prerequisites.
2.created the vertual network and subnet
3.deploy a clustrer.
this all available at https://learn.microsoft.com/pdf?url=https%3A%2F%2Flearn.microsoft.com%2Fen-us%2Fazure%2Fopenshift%2Ftoc.json
9.the one of the the most valuable feature is Using Azure Spot Virtual Machines allows you to take advantage of our unused capacity at a significant cost savings. At any point in time when Azure needs the capacity back, the Azure infrastructure will evict Azure Spot Virtual Machines. For more information around Spot Instances
10.ARO allows you to use infrastructure machine sets to create machines that only host infrastructure components, such as the default router, the integrated container registry, and the components for cluster metrics and monitoring. These infrastructure machines aren't counted toward the total number of subscriptions that are required to run the environment. In a production deployment, it's recommended that you deploy at least three machine sets to hold infrastructure components. Each of these nodes can be deployed to different availability zones to increase availability. This type of configuration requires three different machines sets; one for each availability zone.
11.Azure Red Hat OpenShift uses cluster certificates stored on worker machines for API and
application ingress. These certificates are normally updated in a transparent process
during routine maintenance. In some cases, cluster certificates might fail to update
during maintenance.
If you're experiencing certificate issues, you can manually update your certificates using
the az aro update command:
Azure CLI
where:
name is the name of the cluster
resource-group is the name of the resource group. You can configure the default
group using az-config --defaults group=
3.Security
Comments
Post a Comment