learningpath-docker
learningpath-docker copied to clipboard
Week II Assignment: Shashwat Math
Please review my Week II assignment!
My name: Shashwat Math My GitHub repository: https://github.com/shashwatmath/containerizedchess Description: The project is designed to use Flask (Python) as front-end and Cassandra (with 4 nodes - dc 1: rack 1/2 and dc2: rack1/2). The front-end is a dummy Chess app which creates new game every time on click on new Game and lists all games with their UUIDs).
I am facing an issue while running the front-end container 'chess' with error: cassandra.cluster.NoHostAvailable: ('Unable to connect to any servers', {'127.0.0.3:9042': OSError(22, "Tried connecting to [('127.0.0.3', 9042)]. Last error: Invalid argument"), '127.0.0.2:9042': OSError(22, "Tried connecting to [('127.0.0.2', 9042)]. Last error: Invalid argument")})
I managed to fix issues with my docker-compose and Cassandra cluster.