-
Урок 1. 00:04:17What is Kubernetes
-
Урок 2. 00:08:31Master and Control Plane
-
Урок 3. 00:06:22Worker Nodes
-
Урок 4. 00:04:45Running Kubernetes Clusters
-
Урок 5. 00:07:18Installing Docker
-
Урок 6. 00:04:27Installing Minikube
-
Урок 7. 00:05:53Installing Kubectl
-
Урок 8. 00:07:13Kubernetes Hello World
-
Урок 9. 00:05:22Exploring Cluster
-
Урок 10. 00:03:22SSH Into Nodes
-
Урок 11. 00:02:35Startling and Stopping Cluster
-
Урок 12. 00:04:37Cluster with 2 nodes
-
Урок 13. 00:02:48Minikube Logs
-
Урок 14. 00:03:03Pods
-
Урок 15. 00:02:26Imperative vs Declarative Management
-
Урок 16. 00:03:04Create pods Imperative Command
-
Урок 17. 00:08:18Create pods Using Declarative Configuration
-
Урок 18. 00:01:54Pod yaml config Overview
-
Урок 19. 00:06:32Create and Delete Resources
-
Урок 20. 00:04:06List Resources
-
Урок 21. 00:04:03Kubectl Describe
-
Урок 22. 00:01:39Formatting Output
-
Урок 23. 00:05:58Logs
-
Урок 24. 00:03:29Shell Access To A Running Pod
-
Урок 25. 00:03:20Access Pod via Port Forward
-
Урок 26. 00:02:59List All Resource Types
-
Урок 27. 00:02:52Kubectl Cheatcheat
-
Урок 28. 00:02:32Dont use pods on its own
-
Урок 29. 00:01:47Deployments Overview
-
Урок 30. 00:06:26Creating Deployment
-
Урок 31. 00:05:04Managing Deployments
-
Урок 32. 00:01:39Replica Sets Overview
-
Урок 33. 00:04:46Listing Replicate Sets
-
Урок 34. 00:02:33Port Forward Deployments
-
Урок 35. 00:04:27Scaling Deployment Replicas
-
Урок 36. 00:01:36Rolling Updates
-
Урок 37. 00:06:22Rolling Updates In Action
-
Урок 38. 00:05:58Rollbacks
-
Урок 39. 00:04:07Manage Your Cluster Using Declarative Approach
-
Урок 40. 00:02:39Revision History Limit
-
Урок 41. 00:07:18Configure Deployment Rolling Strategy
-
Урок 42. 00:01:44Pausing and Resuming Rollouts
-
Урок 43. 00:03:01Kubernetes Service
-
Урок 44. 00:06:18Customer Microservice Deployment
-
Урок 45. 00:01:23Exercise
-
Урок 46. 00:02:28Exercise Sol
-
Урок 47. 00:10:12Mircoservice Communication using POD IP address
-
Урок 48. 00:07:51ClusterIP Service
-
Урок 49. 00:07:14Inspecting ClustreIP Service and Endpoints with Kubectl
-
Урок 50. 00:10:20Cluster IP Service In Action
-
Урок 51. 00:04:43NodePort Service
-
Урок 52. 00:06:31Createting NodePort Service
-
Урок 53. 00:09:29Accessing API with NodePort Service
-
Урок 54. 00:06:31NodePort with Random Port
-
Урок 55. 00:03:15Accessing NodePort Service Using Cluster IP Address
-
Урок 56. 00:03:24LoadBalancer Service
-
Урок 57. 00:02:58Exercise
-
Урок 58. 00:08:11Full Stack App exposed with LoadBalancer Service
-
Урок 59. 00:03:23Default Kuberenetes Service
-
Урок 60. 00:04:35Labels
-
Урок 61. 00:06:00Selectors
-
Урок 62. 00:10:46Labels and Selectors with Objects
-
Урок 63. 00:02:32Querying with In and NotIn
-
Урок 64. 00:02:17Annotations
-
Урок 65. 00:04:20Service Discovery and DNS
-
Урок 66. 00:09:59CoreDNS & DNS Resolution
-
Урок 67. 00:06:14Accessing services from Different namespaces
-
Урок 68. 00:02:57Endpoints
-
Урок 69. 00:05:23Kube-Proxy
-
Урок 70. 00:01:48Intro to Volumes
-
Урок 71. 00:08:28EmptyDir Volume Part 1
-
Урок 72. 00:09:56EmptyDir Volume Part 2
-
Урок 73. 00:13:32HostPath Volume
-
Урок 74. 00:03:49Other Volume Types
-
Урок 75. 00:02:54PersistentVolumes
-
Урок 76. 00:02:14Persistent Volume SubSystem
-
Урок 77. 00:08:17Create PersistentVolume and PresistentVolumeClaim
-
Урок 78. 00:07:38PersistentVolume and PresistentVolumeClaim in Action
-
Урок 79. 00:01:53What are ConfigMaps
-
Урок 80. 00:07:06Creating ConfigMap Declaratively
-
Урок 81. 00:03:39ConfigMaps Using Imperative Command
-
Урок 82. 00:09:06ConfigMaps and Environment Variables
-
Урок 83. 00:09:13ConfigMaps and Volumes
-
Урок 84. 00:03:15Mount Multiple ConfigMaps in same Folder
-
Урок 85. 00:00:45Kubernetes Secrets
-
Урок 86. 00:04:55GenericSecret
-
Урок 87. 00:06:27Consuming Secrets with Volumes and Environment Variables
-
Урок 88. 00:04:09Secrets are not Secrets in Kubernetes
-
Урок 89. 00:08:10ImagePullSecrets
-
Урок 90. 00:01:00Secret Types
-
Урок 91. 00:02:49Namesapaces
-
Урок 92. 00:05:44Creating Namespaces
-
Урок 93. 00:07:44Using Namespaces
-
Урок 94. 00:03:29Kubens
-
Урок 95. 00:01:46NS Cross Communication and Network Policies
-
Урок 96. 00:01:19Kubernetes Health Checks
-
Урок 97. 00:09:08Liveness Probe
-
Урок 98. 00:04:22Readiness Probe
-
Урок 99. 00:02:42Resource Management
-
Урок 100. 00:04:12Resource Requests and Limits
-
Урок 101. 00:05:34Lets max out our cluster
-
Урок 102. 00:05:00Jobs
-
Урок 103. 00:03:19Running Tasks with Kubernetes
-
Урок 104. 00:01:53DeamonSet
-
Урок 105. 00:06:27Lets create Fluentd DeamonSet
-
Урок 106. 00:02:31StatefulSets
- Категории
- Источники
- Все курсы
- Разделы
- Книги
https://amigoscode.com/p/software-testing
https://amigoscode.com/p/docker-devops