# OpenShift ile Başlarken

Kısaca; OpenShift, Red Hat tarafından sağlanan, Docker ve Kubernetes'e benzer bir konteyner platformudur. Başka bir deyişle, OpenShift konteyner oluşturmak ve yönetmek için kullanılabilir.

Kurulum Yöntemleri kısaca aşağıdaki gibidir?

**IP : Installer Provisioned** - Tüm altyapıyı oluşturur. (örn. ağ, güvenlik duvarı, izinler, vb.) Otomatik kurulum moduda diyebiliriz. Console arayüzünden.\
\
**UP : User Provisioned** - (en zor kurulum yöntemidir) - Kullanıcı tüm altyapıyı sağlar (örn. ağ, güvenlik duvarı, izinler, vb.) Tüm manuel sistemleri sırası iel siz kurarsınız ama kendi yapınıza göre çokça tercih edilen yöntemdir.\
\
**CC : CodeReady Containers** - (en kolay kurulum yöntemidir) - Genellikle OpenShfit'i kişisel bir PC'ye yüklemek için kullanılır, bu sadece bir sanal makinedir (VM), öncelikle geliştirme ve test ortamları için kullanılır. Bu geçici bir yöntemdir, yani veriler kalıcı değildir. Sadece test ortamıdır.


---

# Agent Instructions: 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:

```
GET https://ocp.1w2.net/openshift-gui-ve-cli-ile-yonetimi/openshift-ile-baslarken.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
