Forwarded from Kube Events
Hello,
We wanted to share some discounts we received from the Conference organisers. We hope you will find these helpful.
We share more in our newsletter. You can subscribe to our Newsletter here: https://kube.events
1. SKILup Festival: London (50% off)
Date: September 13, 2022
Discount code: https://www.skilupfestival.io/london-22?promo=KubeEvents
2. SREday 2022, London (30% off)
Date: September 15-16, 2022 https://checkout.eventcreate.com/sreday/select-buy Coupon code: SREDAY-KUBE-EVENTS
3. DevOpsDays Washington DC 2022 (20% off)
Date: September 15-16, 2022 https://www.eventbrite.com/e/345684861727/?discount=K8SEVENTSFRIENDS
The Strange Loop conference ($75 off) Date: September 22-24, 2022
Tickets page: https://ti.to/strange-loop/2022
Coupon code: KUBE
We wanted to share some discounts we received from the Conference organisers. We hope you will find these helpful.
We share more in our newsletter. You can subscribe to our Newsletter here: https://kube.events
1. SKILup Festival: London (50% off)
Date: September 13, 2022
Discount code: https://www.skilupfestival.io/london-22?promo=KubeEvents
2. SREday 2022, London (30% off)
Date: September 15-16, 2022 https://checkout.eventcreate.com/sreday/select-buy Coupon code: SREDAY-KUBE-EVENTS
3. DevOpsDays Washington DC 2022 (20% off)
Date: September 15-16, 2022 https://www.eventbrite.com/e/345684861727/?discount=K8SEVENTSFRIENDS
The Strange Loop conference ($75 off) Date: September 22-24, 2022
Tickets page: https://ti.to/strange-loop/2022
Coupon code: KUBE
Kube Events
Kubernetes events | Kube Events
Curated meetups, conferences, training and webinars on Kubernetes
👍2
Forwarded from LearnKube news
Master Kubernetes with this a 4-day Advanced Kubernetes workshop on the 22nd of September (in 2 weeks)!
_What should you expect?_
- Learn how to architect and design clusters from the ground up (in the cloud or on-prem).
- Explore the Kubernetes internal component and how the system is designed with resiliency in mind.
- **Deep-dive into the networking components and observe the packets flowing into the cluster.
- Hands-on labs to test the theory with real-world scenarios!
You can sign up here: https://learnk8s.io/online-advanced-september-2022
_What should you expect?_
- Learn how to architect and design clusters from the ground up (in the cloud or on-prem).
- Explore the Kubernetes internal component and how the system is designed with resiliency in mind.
- **Deep-dive into the networking components and observe the packets flowing into the cluster.
- Hands-on labs to test the theory with real-world scenarios!
You can sign up here: https://learnk8s.io/online-advanced-september-2022
k8shorizmetrics is a library that provides the internal workings of the Kubernetes Horizontal Pod Autoscaler (HPA) wrapped up in a simple API.
The project allows querying metrics just as the HPA does, and also running the calculations.
More: https://github.com/jthomperoo/k8shorizmetrics
The project allows querying metrics just as the HPA does, and also running the calculations.
More: https://github.com/jthomperoo/k8shorizmetrics
GitHub
GitHub - jthomperoo/k8shorizmetrics: Brains of the Kubernetes Horizontal Pod Autoscaler wrapped in a simple API.
Brains of the Kubernetes Horizontal Pod Autoscaler wrapped in a simple API. - GitHub - jthomperoo/k8shorizmetrics: Brains of the Kubernetes Horizontal Pod Autoscaler wrapped in a simple API.
👍1
Forwarded from Kubesploit
This article will look into how you can secure Ingress resources via adding TLS to Ingress and then procuring TLS/SSL certificates.
More: https://armosec.io/blog/kubernetes-ingress-security
More: https://armosec.io/blog/kubernetes-ingress-security
ARMO
How to secure Kubernetes ingress? | ARMO
This article will look into how we can secure Ingress resources via adding TLS to Ingress and then procuring TLS/SSL certificates
In this repository, you will find a collection of mini-programs covering various client-go use cases inspired by client-go/examples. The intention is to test (more or less) a fresh version of Go and packages against a few latest Kubernetes versions.
More: https://github.com/iximiuz/client-go-examples
More: https://github.com/iximiuz/client-go-examples
GitHub
GitHub - iximiuz/client-go-examples: Collection of mini-programs demonstrating Kubernetes client-go usage.
Collection of mini-programs demonstrating Kubernetes client-go usage. - iximiuz/client-go-examples
The article starts with a recap of Kubernetes resource management and its core concepts of requests and limits.
Then it discusses those static limits in the realm of pod autoscalers, such as HPA, VPA, and KPA.
More: https://dnastacio.medium.com/kubernetes-resources-1a1fa1e72dcf
Then it discusses those static limits in the realm of pod autoscalers, such as HPA, VPA, and KPA.
More: https://dnastacio.medium.com/kubernetes-resources-1a1fa1e72dcf
Forwarded from LearnKube news
In this article, you'll learn how to build a distributed Jenkins cluster on GKE and autoscale the Jenkins agents to process more jobs.
More: https://blog.searce.com/jenkins-distributed-cluster-using-dynamic-build-agents-on-gke-e2262a59dcb3
More: https://blog.searce.com/jenkins-distributed-cluster-using-dynamic-build-agents-on-gke-e2262a59dcb3
👍2
Forwarded from LearnKube news
Reducing infrastructure costs boils down to turning apps off when you don't use them.
However, the challenge is figuring out how to turn them on automatically when needed.
Take the example of a Kubernetes dev cluster: you might want not to run any service during the weekend.
In this webinar, Salman will demo live how you can use KEDA and the HTTP scaler to intercept and monitor the requests to your services and scale your pods accordingly.
In the process, you will discover how you can scale to zero and create pods only when you need them.
You can register here (it's free): https://kube.events/t/8d60478c-573e-4e07-bd3d-972706ea8307
However, the challenge is figuring out how to turn them on automatically when needed.
Take the example of a Kubernetes dev cluster: you might want not to run any service during the weekend.
In this webinar, Salman will demo live how you can use KEDA and the HTTP scaler to intercept and monitor the requests to your services and scale your pods accordingly.
In the process, you will discover how you can scale to zero and create pods only when you need them.
You can register here (it's free): https://kube.events/t/8d60478c-573e-4e07-bd3d-972706ea8307
👍1
In this series of articles, you'll learn how to build a sample NodeJS project and deploy it to a Kubernetes cluster using Amazon Elastic Kubernetes Service (EKS).
More: https://vkontech.com/running-nodejs-microservices-in-kubernetes-using-aws-eks-travis-ci-part-1
More: https://vkontech.com/running-nodejs-microservices-in-kubernetes-using-aws-eks-travis-ci-part-1
Forwarded from LearnKube news
In this article, you will follow Mike's journey in accidentally force deleting a prod Kubernetes cluster and recovering it from a backup.
More: https://medium.com/@mikecarpendale/that-time-i-issued-a-force-delete-in-the-wrong-k8s-context-the-mgmt-cluster-context-4d3e4dc69520
More: https://medium.com/@mikecarpendale/that-time-i-issued-a-force-delete-in-the-wrong-k8s-context-the-mgmt-cluster-context-4d3e4dc69520
In this blog post, you'll learn a few tips for running highly available applications on Kubernetes:
1. Using deployments.
2. RollingUpdate update strategy.
3. Spreading pods.
4. Pod disruption budgets.
More: https://vivek-syngh.medium.com/running-highly-available-apps-on-kubernetes-17234b3dc0f
1. Using deployments.
2. RollingUpdate update strategy.
3. Spreading pods.
4. Pod disruption budgets.
More: https://vivek-syngh.medium.com/running-highly-available-apps-on-kubernetes-17234b3dc0f
Medium
Running Highly Available Apps on Kubernetes
As Kubernetes becomes the de-facto standard for deploying applications, many of us are either running our applications on Kubernetes or…
👍1
In this tutorial, you will test the Adapter Pattern with Minikube, Redis, Prometheus and Grafana.
More: https://medium.com/@jerome.decoster/kubernetes-adapter-pattern-minikube-75af3b0da497
More: https://medium.com/@jerome.decoster/kubernetes-adapter-pattern-minikube-75af3b0da497
Forwarded from Kubesploit
Over 900k Kubernetes exposures were observed across the internet during a routine threat-hunting exercise.
While this does not imply that all exposed instances are vulnerable to attacks, it still makes them a target.
You can learn more in this report.
More: https://blog.cyble.com/2022/06/27/exposed-kubernetes-clusters
While this does not imply that all exposed instances are vulnerable to attacks, it still makes them a target.
You can learn more in this report.
More: https://blog.cyble.com/2022/06/27/exposed-kubernetes-clusters
Forwarded from Kubesploit
All unpatched versions of Argo CD starting with v1.3.0 are vulnerable to a symlink following bug allowing a malicious user with repository write access to leak sensitive YAML files from Argo CD's repo-server.
More: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31036
More: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31036
cve.mitre.org
CVE -
CVE-2022-31036
CVE-2022-31036
The mission of the CVE® Program is to identify, define, and catalog publicly disclosed cybersecurity vulnerabilities.
operator-lifecycle-manager is a management framework for extending Kubernetes with Operators.
OLM extends Kubernetes to provide a declarative way to install, manage, and upgrade Operators and their dependencies in a cluster.
More: https://github.com/operator-framework/operator-lifecycle-manager
OLM extends Kubernetes to provide a declarative way to install, manage, and upgrade Operators and their dependencies in a cluster.
More: https://github.com/operator-framework/operator-lifecycle-manager
GitHub
GitHub - operator-framework/operator-lifecycle-manager: A management framework for extending Kubernetes with Operators
A management framework for extending Kubernetes with Operators - operator-framework/operator-lifecycle-manager
👍1
Octopilot is a CLI tool designed to help you automate your Gitops workflow, by automatically creating and merging GitHub Pull Requests to update specific content in Git repositories.
More: https://dailymotion-oss.github.io/octopilot
More: https://dailymotion-oss.github.io/octopilot
Forwarded from Kube Events
When your Kubernetes cluster runs low on resources, the Cluster Autoscaler provision a new node and adds it to the cluster.
The cloud provider has to create a virtual machine from scratch, provision it and connect it to the cluster.
The process could take more than a few minutes from start to end.
But there's an alternative: you can proactively create nodes that are already provisioned when you need them.
In this webinar, Chris will demo live how you can configure Pod Priorities and a placeholder pod to pre-warm node instances for quicker scaling.
You can register here (it's free): https://kube.events/t/f60e2777-059f-4ef7-a11e-5d71150f956f
The cloud provider has to create a virtual machine from scratch, provision it and connect it to the cluster.
The process could take more than a few minutes from start to end.
But there's an alternative: you can proactively create nodes that are already provisioned when you need them.
In this webinar, Chris will demo live how you can configure Pod Priorities and a placeholder pod to pre-warm node instances for quicker scaling.
You can register here (it's free): https://kube.events/t/f60e2777-059f-4ef7-a11e-5d71150f956f
👍1
The following post will describe the necessary steps to host your Helm charts on the GitHub Container Registry.
More: https://niklasmtj.de/blog/use-ghcr-to-host-helm-charts
More: https://niklasmtj.de/blog/use-ghcr-to-host-helm-charts
entbit. by Niklas Metje
Use GitHub Container Registry (GHCR) to host your Helm Charts
I recently started to check out Helm and thought about the combination of hosting the charts on GitHub Container Registry (GHCR) since the charts follow t…
Forwarded from Kubesploit
All versions of Argo CD starting with v1.0.0 are vulnerable to a cross-site noscripting (XSS) bug allowing a malicious user to inject a
More: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31035
javanoscript: link in the UI.More: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31035
xlskubectl integrates Google Spreadsheet with Kubernetes.
You can finally administer your cluster from the same spreadsheet that you use to track your expenses.
More: https://github.com/learnk8s/xlskubectl
You can finally administer your cluster from the same spreadsheet that you use to track your expenses.
More: https://github.com/learnk8s/xlskubectl
GitHub
GitHub - learnk8s/xlskubectl: xlskubectl — a spreadsheet to control your Kubernetes cluster
xlskubectl — a spreadsheet to control your Kubernetes cluster - learnk8s/xlskubectl
👍1
In this article, you will learn how to build your own Kubernetes cost explorer dashboard using Prometheus and Grafana.
More: https://medium.com/empathyco/cloud-finops-part-4-kubernetes-cost-report-b4964be02dc3
More: https://medium.com/empathyco/cloud-finops-part-4-kubernetes-cost-report-b4964be02dc3