Docker and Kubernetes
- arjunprabhune
- Feb 26, 2021
- 1 min read
Docker is a platform that allows users to run multiple services at the same time. This allows users to create containers which have their own specialized environments for users to play around with. Docker has helped out a lot of companies expand their online presence as it allows them to have greater operations running at one time. In my product journey, Docker will allow me to create a platform which has multiple activities running simultaneously. Kubernetes is a similar platform where I can run multiple containers and customize the operations inside them. This system will allow me to create multiple commands in smaller networks, rather than having to stuff commands into one central source. All in all, Docker and Kubernetes will allow me to create a smoothly running digital live streaming application for a user’s ECG.
Comments