azurearbitrator

Azure Arc是微软推出的一款用于扩展Azure服务的工具,它可以将Azure的服务和功能集成到本地环境中,Kubernetes是一种流行的容器编排平台,它可以帮助开发者管理和部署应用程序,微软如何将Azure Arc扩展到Kubernetes呢?本文将详细介绍这一过程。

让客户满意是我们工作的目标,不断超越客户的期望值来自于我们对这个行业的热爱。我们立志把好的技术通过有效、简单的方式提供给客户,将通过不懈努力成为客户在信息化领域值得信任、有价值的长期合作伙伴,公司提供的服务项目有:国际域名空间、网页空间、营销软件、网站建设、柏乡网站维护、网站推广。

Azure Arc简介

Azure Arc是一个开源项目,它允许用户在本地环境中使用Azure服务,通过Azure Arc,用户可以在本地创建和管理Azure资源,如虚拟机、存储帐户、数据库等,Azure Arc还支持跨云服务连接,如连接到AWS和Google Cloud平台。

Kubernetes简介

Kubernetes是一个开源的容器编排平台,它可以帮助开发者管理和部署应用程序,Kubernetes可以自动部署、扩展和管理容器化应用程序,它提供了一种简单的方法来管理应用程序的生命周期,从而降低了运维成本。

将Azure Arc扩展到Kubernetes的过程

1、安装和配置Azure Arc

我们需要在本地环境中安装并配置Azure Arc,以下是安装和配置Azure Arc的步骤:

(1)注册Azure Arc CLI:在命令行中运行以下命令以注册Azure Arc CLI。

az login --service-principal -u  -p  --tenant 
az extension add -n azure-arc

(2)安装Azure Arc CLI:运行以下命令以安装Azure Arc CLI。

npm install -g @azure/cli@latest

(3)配置Azure Arc:运行以下命令以配置Azure Arc,这将生成一个名为arc.json的文件,其中包含有关您的本地环境和Azure订阅的信息。

arc init -c arc.json

2、将Azure服务添加到Azure Arc

接下来,我们需要将Azure服务添加到Azure Arc,以下是将Azure服务添加到Azure Arc的步骤:

(1)列出可用的Azure服务:运行以下命令以列出可用于扩展的Azure服务。

az extension list --query "[].name" -o table | tr '
' ' ' | sed 's/ //g' > availableServices.txt

(2)将服务添加到Arc:运行以下命令以将指定的Azure服务添加到Arc,在这个例子中,我们将添加Kubernetes服务。

az extension add -n azure-arc --src availableServices.txt --type azure-kubernetes --yes --resourceGroupName  --location  --subscriptionId  --clientId  --clientSecret  --tenantId  --username  --password  --confirmPassword  --forceRefreshLoginToken true --scopes https://management.azure.com/.default https://monitoring.core.windows.net/.default https://storage.core.windows.net/.default https://kubernetes.azurecr.io/ https://microsoft.onmicrosoft.com/Graph/Auth/User.aspx https://graph.microsoft.com/v1.0/me https://graph.microsoft.com/v1.0/sites https://graph.microsoft.com/v1.0/domains https://graph.microsoft.com/v1.0/oauth2Permissions https://graph.microsoft.com/v1.0/tokens https://graph.microsoft.com/v1.0/applications https://graph.microsoft.com/v1.0/extensions https://graph.microsoft.com/v1.0/administratorAccess $tenantid $clientid $objectId $expiresIn $sessionState $correlationId $timestamp $partitionKey $rowKey $opaqueStoreToken $securityToken $keyId $signedHeaders $host $originalUrl $requestMethod $statusCode $statusDescription $cookieId $isMobileDeviceSession $locale $timezone $ipAddress $userId $userAgent $referer $originHost $originPath $scheme $hostNameAndPort $protocolVersion $acceptLanguage $acceptEncoding $contentType $refererHost $httpReferer $cacheControl $ifModifiedSince $ifUnmodifiedSince $range *

3、验证扩展是否成功添加到Kubernetes集群

要验证扩展是否成功添加到Kubernetes集群,我们需要检查Kubernetes API服务器上的相关组件是否已启用,可以通过以下命令查看这些组件的状态:

az aks show -g  -n  --query "addonProfiles" -o jsonpath='{$.addonProfiles}' | jq '[inputs] | map(select(.name == "kubernetes")) | flatten | to_entries | map([keys, values]) | map("[(.key)]="(tostring)(.value)"")' > kubeconfig.txt

4、更新Kubernetes配置文件以使用Azure Arc代理连接到集群

为了确保Kubernetes能够使用Azure Arc代理连接到集群,我们需要更新其配置文件,在kubeconfig.txt文件中,您应该看到类似于以下内容的内容:

apiVersion: v1
clusters:
cluster:
    certificate-authority-data: 
    server: https://:/api/v1/namespaces//clusters//certificates/@?verify=true&trustedCA=false&authProviderNamespace=system:masters&name=default-token-abcdefghijkl-mnopqrstuvwxyzabcdefghijkldefault-token-abcdefghijkl-mnopqrstuvwxyzabcdefghijkl%3D%3D&contexts=system:node%3Cnamespace=%27default%27%3BcontextName=%27system:node%27&contexts=system:master%3Cnamespace=%27default%27%3BcontextName=%27system:master%27+user:athenz%3Aibm%3Aathenzuser%3Cnamespace=%27default%27%3BcontextName=%27system:master%27+user:athenz%3Aibm%3Aathenzuser%3Cnamespace=%27default%27%3BcontextName=%27system:master%27+user:athenz%3Aibm%3Aathenzuser%3Cnamespace=%27default%27%3BcontextName=%27system:master%27+user:athenz%3Aibm%3Aathenzuser%3Cnamespace=%27default%27%3BcontextName=%27system:master%27+user:athenz%3Aibm%3Aathenzuser%3Cnamespace=%27default%27%3BcontextName=%27system:master%27+user:athenzid=abcdefghijkl-mnopqrstuvwxyzabcdefghijklathenzid=abcdefghijkl-mnopqrstuvwxyzabcdefghijkl&kind=ClusterConfig&preferences=nil&timeoutSeconds=5m&readOnly=true&allowPrivileged=false&generateClientCertificate=false&clientCertificatePrivateKey=&embedCertExpiry=true&tlsCipherSuite=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256&insecureSkipVerify=false&certificate-authority=&embeddedcertspkiurl=https://:/api/v1/nodes/https://:/proxy/api/v1/sessionContexts/system:nodesystem:node&gorestsessionproxy=https://:/api/v1/sessionContexts/system:nodesystem:node&gorestsessionproxypath=https://:/api/v1/sessionContexts/system:nodesystem:node&gorestproxyheaders=Content-Type%3Dapplication%2Foctet-stream&gorestproxyheaders=User-Agent%3Dcurl%2Bpython+HEAD%2Fclusters&gorestproxyheaders=X-K8S-UUID%3Dabcdefghijkl-mnopqrstuvwxyzabcdefghijklX-K8S-UUID=abcdefghijkl-mnopqrstuvwxyzabcdefghijkl&gorestproxyheaders=X-K8S-APISERVER-

网站名称:azurearbitrator
路径分享:http://www.mswzjz.cn/qtweb/news19/216719.html

攀枝花网站建设、攀枝花网站运维推广公司-贝锐智能,是专注品牌与效果的网络营销公司;服务项目有等

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 贝锐智能