The Road to Kubernetes is about learning various options to deploy your applications into production so that you can continuously do so. I wrote this book as a step-by-step journey so you can have practical and tangible results each step of the way to help you deploy more often and, if I did my job correctly, deploy better. The more you can deploy your software, the more momentum your project may have and thus end up helping others in the process. The more you can deploy software, the better it can get.

Complete Git repo reboot.
Time and time again I see beginners give up on using Git correctly simply because they made a few mistakes with their repos. When this happens, I recommend rebooting the entire repo. This is not good practice in general, but it’s a great practice for those of us still learning Git and many other deployment tools.
What I am suggesting is that we reboot our Git repos by removing all traces of our old Git repos and starting from scratch. Doing this creates undue problems that can be avoided by learning more about Git, but it is a great way to continue learning many of the other technologies in this book. Git is certainly a tool I recommend getting better at, and if you use the tools in this book, you likely will. Git should not be the reason your learning progress stops on how to deploy software.
Contents.
1 Kubernetes and the path to modern deployment.
2 Creating the Python and JavaScript web apps.
3 Manual deployment with virtual machines.
4 Deploying with GitHub Actions.
5 Containerizing applications.
6 Containers in action.
7 Deploying containerized applications.
8 Managed Kubernetes Deployment.
9 Alternative orchestration tools.
A Installing Python on macOS and Windows.
В Installing Node.js on macOS and Windows.
C Setting up SSH keys for password-less server entry.
D Installing and using ngrok.
Бесплатно скачать электронную книгу в удобном формате, смотреть и читать:
Скачать книгу Road to Kubernetes, Mitchel J., 2024 - fileskachat.com, быстрое и бесплатное скачивание.
Скачать pdf
Ниже можно купить эту книгу, если она есть в продаже, и похожие книги по лучшей цене со скидкой с доставкой по всей России.Купить книги
Скачать - pdf - Яндекс.Диск.
Дата публикации:
Теги: учебник по программированию :: программирование :: Mitchel
Смотрите также учебники, книги и учебные материалы:
Предыдущие статьи: