What is the best way to deploy and scale with WordPress?

  • Wordpress could easily handle that amount of traffic. Key thing is to use a caching plugin with a CDN--that alone gets you most of the way to where you want to be. After that, focus on the security side of things and continuous tweaks to avoid as many database hits as possible.

  • Be sure to enable PHP opcode caching. It makes a tremendous difference.