Skip to content

Commit

Permalink
Update access-cluster.md
Browse files Browse the repository at this point in the history
Fixing remaining typos and missing anchors
  • Loading branch information
holgers66 authored Feb 7, 2024
1 parent ae297ce commit d7589f3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ descreve como um administrador de cluster pode configurar isso.

O Kubernetes suporta oficialmente as bibliotecas de clientes [Go](#go-client) e [Python](#python-client).

### Cliente Go
### Cliente Go{#go-client}

* Para obter a biblioteca, execute o seguinte comando: `go get k8s.io/client-go@kubernetes-<kubernetes-version-number>`,
consulte [INSTALL.md](https://github.com/kubernetes/client-go/blob/master/INSTALL.md#for-the-casual-user)
Expand All @@ -186,9 +186,9 @@ O cliente Go pode usar o mesmo arquivo [kubeconfig](/pt-br/docs/concepts/configu
como a CLI do kubectl faz, para localizar e autenticar ao apiserver. Veja esse
[exemplo](https://git.k8s.io/client-go/examples/out-of-cluster-client-configuration/main.go).

Se o aplicativo for disponibilizado como um pod no cluster, consulte a [próxima seção](#acessar-o-api-deum-pod).
Se o aplicativo for disponibilizado como um pod no cluster, consulte a [próxima seção](#acessando-a-api-a-partir-de-um-pod).

### Cliente Python
### Cliente Python{#python-client}

Para usar o [cliente Python](https://github.com/kubernetes-client/python), execute o seguinte comando:
`pip install kubernetes`. Consulte [a página Python Client Library](https://github.com/kubernetes-client/python)
Expand All @@ -215,7 +215,7 @@ para obter mais detalhes.

A seção anterior descreve como se conectar ao servidor da API do Kubernetes.
Para obter informações sobre como se conectar a outros serviços em execução em um cluster do Kubernetes, consulte
[Acessando cluster em execução em clusters](/pt-br/docs/tasks/access-application-cluster/access-cluster-services/).
[Acessando serviços em execução em clusters](/pt-br/docs/tasks/access-application-cluster/access-cluster-services/).

## Solicitação de redirecionamentos

Expand Down

0 comments on commit d7589f3

Please sign in to comment.