> For the complete documentation index, see [llms.txt](https://www.devops.buzz/public/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.devops.buzz/public/kubernetes/news.md).

# News

## CI / DI

### Pull-based CD Pipelines for Security

{% embed url="<https://medium.com/@alexkaskasoli/pull-based-cd-pipelines-for-security-4e044b403f56>" %}

## Comparisons

### EKS vs GKE vs AKS

{% embed url="<https://www.stackrox.com/post/2020/02/eks-vs-gke-vs-aks/>" %}

## Free tier

### Free tiers in different Cloud Platforms for trying out Kubernetes

{% embed url="<https://medium.com/techprimers/free-tiers-in-different-cloud-platforms-for-trying-out-kubernetes-2ccda3f296dc>" %}

## GitOps

### GitOps Conversation Kit

{% embed url="<https://gitops-community.github.io/kit/#what-is-gitops>" %}

## Management tools

### Kubernetes application management tools

<https://github.com/kubernetes/community/blob/master/contributors/design-proposals/architecture/declarative-application-management.md>

<https://docs.google.com/spreadsheets/d/1FCgqz1Ci7_VCz_wdh8vBitZ3giBtac_H8SBw4uxnrsE/edit#gid=0>

## Network

### Reverse Proxy Server In Kubernetes Using with Sidecar

<https://medium.com/@gprakash.sharma/reverse-proxy-server-in-kubernetes-using-with-sidecar-4adbb34bc239>

## Patterns

### Attack Matrix

![](/files/-M4-szMMMvrJz76Yax0j)

{% embed url="<https://www.microsoft.com/security/blog/2020/04/02/attack-matrix-kubernetes/>" %}

### Free e-book: O’Reilly: Kubernetes patterns for designing cloud-native apps

<https://www.redhat.com/en/resources/oreilly-kubernetes-patterns-cloud-native-apps>

## Proxy / Mesh / Ingress

### Comparing Ingress controllers for Kubernetes

![](/files/-Lqubo3qfQBULM5Xmdok)

Source: <https://medium.com/flant-com/comparing-ingress-controllers-for-kubernetes-9b397483b46b>

## Resource Quota

### Keep your Kubernetes cluster balanced: the secret to High Availability

<https://itnext.io/keep-you-kubernetes-cluster-balanced-the-secret-to-high-availability-17edf60d9cb7>

## Security

### 11 Ways (Not) to Get Hacked

<https://kubernetes.io/blog/2018/07/18/11-ways-not-to-get-hacked/>

### Top 10 Kubernetes Best Practices

<https://morioh.com/p/04d2c3564a11>

## Service Mesh

### The Service Mesh: What Every Software Engineer Needs to Know about the World's Most Over-Hyped Technology

![](/files/-LxwV87KFWwmGzKfO2ou)

Source:

{% embed url="<https://servicemesh.io/>" %}

## Stack

### CNCF landscape

{% embed url="<https://landscape.cncf.io/>" %}

### The Architecture of a Large-Scale Web Search Engine, circa 2019

{% embed url="<https://0x65.dev/blog/2019-12-14/the-architecture-of-a-large-scale-web-search-engine-circa-2019.html>" %}

### Useful tools for developers running applications in Kubernetes

{% embed url="<https://medium.com/flant-com/kubernetes-apps-developers-tools-97cd6ccae7dd>" %}

## Trends

### What Future Holds for DevOps in 2020: A Complete Guide

{% embed url="<https://hackernoon.com/what-future-holds-for-devops-in-2020-a-complete-guide-pqk30i6>" %}

## Tutorials

### 35 Advanced Tutorials to Learn Kubernetes — Faun

{% embed url="<https://medium.com/techprimers/free-tiers-in-different-cloud-platforms-for-trying-out-kubernetes-2ccda3f296dc>" %}

### The Kubernetes Learning Resources List

{% embed url="<https://docs.google.com/spreadsheets/d/10NltoF_6y3mBwUzQ4bcQLQfCE1BWSgUDcJXy-Qp2JEU/edit#gid=0>" %}

<https://docs.google.com/spreadsheets/d/10NltoF_6y3mBwUzQ4bcQLQfCE1BWSgUDcJXy-Qp2JEU/edit#gid=0>


---

# 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://www.devops.buzz/public/kubernetes/news.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.
