> For the complete documentation index, see [llms.txt](https://ocp.1w2.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ocp.1w2.net/openshift-makaleleri/open-shift-kurulum-lokasyonlari.md).

# Open Shift Kurulum Lokasyonları

Redhat Open Shift yapısını şu anda 3 lokasyona rahat bir şekidle kurabiliriz.

* Local - Bre Metal yeni firmanız içindeki sistem odasına yada datacenter yapınız içinde\
  3 Master  - 3 Worker  - 1 Manager olarak düşünebilirsiniz.\
  Tüm donanımlar fiziki olmak zorunda değil.\
  3 Master Sanal + 1 MAnager Sanal + 3 Worker Fiziki server olabilir.\
  Lisanlama modlarıda buna göre değşim gösteriyor, kısaca yapınızı tasarlarken bunlara dikkat edebilirsiniz.\
  Lisanalama vCPU yada CPU olarak yapıldığı için arasında fiyat farkıda mevcut.
* AWS üzerine kurulum orada hizmet adı AWS / ROSA olarak geçiyor.\
  <https://aws.amazon.com/tr/rosa/>\
  Buradaki worker ve master durumlarını iyi kavramanız gerekiyor çünkü ona göre yıllık yada 3 yıllık anlaşmaşlara göre fiyat indirim avantajlarından yaralabiliyorsunuz.\
  detaylar burada : <https://aws.amazon.com/tr/rosa/pricing/>&#x20;
* Azure üerine kurulum orada hizmet adı Azure / ARO olarak geçiyor.\
  <https://azure.microsoft.com/tr-tr/products/openshift>\
  Buradada master ve worker durumlarını iyi kavramnız gerekiyor lisanlama maliyetleri yüzünden detaylara buradan bakabilirsiniz. <https://azure.microsoft.com/en-us/pricing/calculator/> arama alanına red hat yazdığınızda ekeleme yaparak hesapalama devam edebilirsiniz.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://ocp.1w2.net/openshift-makaleleri/open-shift-kurulum-lokasyonlari.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
