Interesting article about ci/cd architecture for cloud-naitve https://medium.com/@keska.damian/architectural-pyramid-of-tekton-a-cloud-native-modular-ci-cd-99147d5e1f28
Medium
Tekton’s Architecture Pyramid, cloud-native, modular CI/CD building blocks
Have you ever been looking for a Jenkins alternative? Do you like Kubernetes? I will show you the architecture of Tekton Pipelines and…
👎1
The article discusses the use of k8spacket and Grafana to monitor network traffic in a Kubernetes cluster. k8spacket is a tool for capturing, analyzing, and visualizing network traffic in K8s, while Grafana is a popular open-source platform for creating and sharing dashboards and visualizing data. The article will show how to use these tools to get insight into the network activity in a K8s cluster and help diagnose network issues. https://medium.com/geekculture/k8s-networking-k8spacket-eb85f167d1d5
❤1
The article covers the topic of securing Kubernetes clusters. It focuses on the proper configuration of a Kubernetes cluster and the use of vulnerability scanning tools to identify and mitigate security risks. The article will guide the reader on how to set up a secure Kubernetes cluster by following best practices and using tools for continuous security monitoring. Additionally, it will discuss the importance of regular vulnerability scans and provide an overview of available tools and how to use them to identify and address potential security issues in a Kubernetes environment. https://itnext.io/kubernetes-cluster-configuration-and-vulnerability-scan-52450aad7c58
Medium
Kubernetes Cluster Configuration and Vulnerability Scan
Kubernetes has become the go-to tool for managing container based infrastructure and is part of the daily life for every engineer.
👍2❤🔥1😱1
An example of testing a production application on a local environment https://medium.com/@muhammedsaidkaya/testing-of-production-ready-applications-on-the-local-kubernetes-environment-b1b0efc67b95
Medium
Testing Production-Ready Applications on the Local Kubernetes Environment
The question is how software applications that are developed day by day can be run and tested in a production-ready state in the…
🔥2
Don't forget about security https://semaphoreci.com/blog/security-cloud-environment
Semaphore
3 Pillars to Maximizing Security Potential in Complex Cloud Environments - Semaphore
With the right cybersecurity strategy and tools, you will be able to maximize security potential in your cloud environment.
👍2
Would you like a k8s installation on raspberry-pi? https://blog.palark.com/installing-fully-fledged-vanilla-kubernetes-on-raspberry-pi/
Palark
Installing fully-fledged vanilla Kubernetes on Raspberry Pi
In this tutorial, we will deploy on Raspberry Pi (or other ARM devices) a vanilla Kubernetes cluster with essential tools such as Ingress, Prometheus, Grafana, and cert-manager.
👍3
Approaches to multi-tenant Kubernetes observability with Prometheus event will be started February 14
https://www.meetup.com/kubernetes-multi-tenancy-community/events/291461756/
https://www.meetup.com/kubernetes-multi-tenancy-community/events/291461756/
Very helpful article for multienv https://medium.com/@rphilogene/how-to-manage-multiple-environments-with-terraform-89ccad30e058
Medium
How To Manage Multiple Environments With Terraform
Managing multiple environments with Terraform can be a complex and time-consuming task. An environment refers to a specific configuration…