Как создать современную CI/CD-цепочку с помощью бесплатных облачных сервисов / Хабр
https://m.habr.com/company/southbridge/blog/329262/
#devops #ci #cd #pipeline
https://m.habr.com/company/southbridge/blog/329262/
#devops #ci #cd #pipeline
Habr
Как создать современную CI/CD-цепочку с помощью бесплатных облачных сервисов
Решение поставленной перед разработчиком задачи бывает найти нелегко. Но как только оно получено, автору сразу хочется поделиться им со всем миром, ведь это...
Start Continuous integration with Jenkins Pipeline – Iren Korkishko – Medium
https://medium.com/@Iren.Korkishko/start-continuous-integration-with-jenkins-pipeline-90fb25aaf92f
#jenkins #pipeline #devops #cicd
https://medium.com/@Iren.Korkishko/start-continuous-integration-with-jenkins-pipeline-90fb25aaf92f
#jenkins #pipeline #devops #cicd
Medium
Start Continuous integration with Jenkins Pipeline
Originally I’ve posted this material to Syndicode blog.
Forwarded from Записки админа
И да, тут автор @docops пишет конспекты прямо по ходу выступлений на конференции. Конспекты доступны на Github:
https://github.com/NickVolynkin/highload-2018
На сам канал тоже залетайте и подписывайтесь, что уж 😉
#devops #рекомендация
https://github.com/NickVolynkin/highload-2018
На сам канал тоже залетайте и подписывайтесь, что уж 😉
#devops #рекомендация
GitHub
GitHub - docops-hq/conf: Конспекты докладов IT-конференций
Конспекты докладов IT-конференций. Contribute to docops-hq/conf development by creating an account on GitHub.
DevOps started out as "Agile Systems Administration". In 2008, Andrew Shafer did a talk called "Agile Infrastucture" addressing issues around involving more of the company in the same disciplines as programmers.
In 2009, Patrick Debois created "DevOpsDays" conference to help to bring it to light. However, it wouldn't begin to trend until about 2010, when people would begin to describe it as a standalone discipline.
Today, DevOps goes beyond just developers, systems administration and infrastructure, its about dev, ops, agile, cloud, open source and business, everything.
DevOps is a movement. There's no certificate, role, set of tools or prescriptive process. There's no specification, it's not a product, or job title. There's no one true voice on what DevOps is or isn't. It's about attitude, ideas, customs and behaviours. Culture, paradigms and philosophy. It's a way of thinking, a way of doing and a way of being. Practicing as well as preaching. It's a conversation. It's about taking the best experiences and sharing those with others.
There are some very important qualities, principles and techniques that have proven to work, that everyone should be aware of, they are the best practices.
Let's explore those...
Note: Though not necessarily accurate, the practices are broken down into their evolutionary stages to make it easier to digest...
https://gist.github.com/jpswade/4135841363e72ece8086146bd7bb5d91
#github #gist #devops #checklist
In 2009, Patrick Debois created "DevOpsDays" conference to help to bring it to light. However, it wouldn't begin to trend until about 2010, when people would begin to describe it as a standalone discipline.
Today, DevOps goes beyond just developers, systems administration and infrastructure, its about dev, ops, agile, cloud, open source and business, everything.
DevOps is a movement. There's no certificate, role, set of tools or prescriptive process. There's no specification, it's not a product, or job title. There's no one true voice on what DevOps is or isn't. It's about attitude, ideas, customs and behaviours. Culture, paradigms and philosophy. It's a way of thinking, a way of doing and a way of being. Practicing as well as preaching. It's a conversation. It's about taking the best experiences and sharing those with others.
There are some very important qualities, principles and techniques that have proven to work, that everyone should be aware of, they are the best practices.
Let's explore those...
Note: Though not necessarily accurate, the practices are broken down into their evolutionary stages to make it easier to digest...
https://gist.github.com/jpswade/4135841363e72ece8086146bd7bb5d91
#github #gist #devops #checklist
Gist
Devops Best Practices Checklist
Devops Best Practices Checklist. GitHub Gist: instantly share code, notes, and snippets.
Forwarded from I hate overtime
#devops
Не так давно(https://tttttt.me/overtimehate/401 ) постил тред про матчасть контейнеров, а тут вот и инфографика подъехала!
Не так давно(https://tttttt.me/overtimehate/401 ) постил тред про матчасть контейнеров, а тут вот и инфографика подъехала!
Forwarded from Находки в опенсорсе
Linux kernel manager and activity monitor written in #rust
kmon provides a text-based user interface for managing the Linux kernel modules and monitoring the kernel activities. By managing, it means loading, unloading, blacklisting and showing the information of a module. These updates in the kernel modules, logs about the hardware and other kernel messages can be tracked with the real-time activity monitor in kmon. Since the usage of different tools like dmesg and kmod are required for these tasks in Linux, kmon aims to gather them in a single terminal window and facilitate the usage as much as possible while keeping the functionality.
#devops
kmon provides a text-based user interface for managing the Linux kernel modules and monitoring the kernel activities. By managing, it means loading, unloading, blacklisting and showing the information of a module. These updates in the kernel modules, logs about the hardware and other kernel messages can be tracked with the real-time activity monitor in kmon. Since the usage of different tools like dmesg and kmod are required for these tasks in Linux, kmon aims to gather them in a single terminal window and facilitate the usage as much as possible while keeping the functionality.
#devops
Forwarded from Находки в опенсорсе
macos-like TimeMachine but for Linux!
It uses rsync to incrementally back up your data to a different directory, hard disk or remote server via SSH. All operations are incremental, atomic and automatically resumable.
The goal of this project is to have a cross-operating system and minimal as possible backup script that can be easily reviewed by anyone without great effort. Additionally it should provide one task only and do it well without the need of external requirements and only rely on default installed tools.
https://github.com/cytopia/linux-timemachine
#shell #devops
It uses rsync to incrementally back up your data to a different directory, hard disk or remote server via SSH. All operations are incremental, atomic and automatically resumable.
The goal of this project is to have a cross-operating system and minimal as possible backup script that can be easily reviewed by anyone without great effort. Additionally it should provide one task only and do it well without the need of external requirements and only rely on default installed tools.
https://github.com/cytopia/linux-timemachine
#shell #devops
Forwarded from I hate overtime
#book #devops
Оказывается у автора есть бомбическая книжка про тераформ в открытом доступе: https://www.terraform-best-practices.com/
Оказывается у автора есть бомбическая книжка про тераформ в открытом доступе: https://www.terraform-best-practices.com/
Terraform-Best-Practices
Welcome | Terraform Best Practices
This document is an attempt to systematically describe best practices using Terraform and provide recommendations for the most frequent problems Terraform users experience.
Forwarded from Sysadmin Tools 🇺🇦
Introduction to GitOps on Kubernetes with Flux v2
https://blog.sldk.de/2021/02/introduction-to-gitops-on-kubernetes-with-flux-v2/
#k8s #kubernetes #gitops #git #flux #devops
https://blog.sldk.de/2021/02/introduction-to-gitops-on-kubernetes-with-flux-v2/
#k8s #kubernetes #gitops #git #flux #devops
Forwarded from GitHub'ненько
Robusta KRR
Robusta KRR (Kubernetes Resource Recommender) is a CLI tool for optimizing resource allocation in Kubernetes clusters. It gathers pod usage data from Prometheus and recommends requests and limits for CPU and memory. This reduces costs and improves performance.
#k8s #devops #cloud #resources
https://github.com/robusta-dev/krr
Robusta KRR (Kubernetes Resource Recommender) is a CLI tool for optimizing resource allocation in Kubernetes clusters. It gathers pod usage data from Prometheus and recommends requests and limits for CPU and memory. This reduces costs and improves performance.
#k8s #devops #cloud #resources
https://github.com/robusta-dev/krr